@charset "UTF-8";
/* CSS Document */


body,td,th {
	color: #ffffff;
}

body {
	background-color: #ff5b29;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftSide{
	background:url(images/bg_left_orange.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.rightSide{
	background:url(images/bg_right_orange.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.bgremix{
	background:url(images/bg_omgpop.gif);
	background-repeat: repeat-x;
	background-color: #ff5b29;
}

.remixhead{
	background:url(images/omgpop_bgtop.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}


.remix{
	padding-left: 32px;
	padding-right: 25px;
}

.contest{
	padding-left: 16px;
}

.howtoplay{
	padding-left: 32px;
	padding-right: 32px;
}

.head1{
	font-size: 16px;
	font-weight: bold;
}

.featuredItem{
	font-weight:bold;
	color:#FFCC00;
}

a:link {
	color:#00CCFF;
	text-decoration: none;
}
a:visited {
	color:#00CCFF;
	text-decoration: none;
}
a:hover {
	color:#99FFFF;
	text-decoration: underline;
}
a:active {
	color: #66CCFF;
	text-decoration: none;
}

a:focus{
	outline:none;
}
