body {
	background-color: #474747;
	background-image: url(../../images/backgrounds/leaderboard_bg_dark.png);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color:#D9F1FF;
}

/* MAIN STUFF */

#wrapper {
	margin: 0px auto;
	width: 920px;
	background-color: #000000;
	height: 1200px;
	text-align: left;
}
#shadowLeft {
	width: 14px;
	background-image:url(../../images/backgrounds/leaderboard_bg_shdw_lft.png);
	float: left;
	height: 1200px;
}
#shadowRight {
	width: 14px;
	background-image:url(../../images/backgrounds/leaderboard_bg_shdw_rgt.png);
	float: left;
	padding: 0px;
	height: 1200px;
}
#content {
	background-repeat: repeat-x;
	float: left;
	width: 892px;
	background-color: #000000;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: 8pt;
}

.content-leaderboard {
	background-image:url(../../images/backgrounds/leaderboard_bg_complete.jpg);
	height: 1200px;
}

.content-simple {
	background-image:url(../../images/backgrounds/leaderboard_bg_simple.jpg);
}

/* ELEMENTS */

#getitag {
	position: absolute;
	top: 9px;
	left:773px;
}

#logo {
	top: 12px;
	position: relative;
	height: 125px;
}

#signin {
position:relative;
top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#legal {
position:relative;
top:700px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#privacy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
	text-align: left;
	padding-top: 40px;
}

#privacy p {
padding: 1em;
}


#tv {
	width:320px;
	height:208px;
	position: absolute;
	left: 543px;
	top: 588px;
	border: 1px solid #333333;
	/*
	background-image: url(../../images/video/tv_backing1.png);
	background-repeat: no-repeat;
	*/
}

#panelRightA {
	position: absolute;
	width: 86px;
	height: 305px;
	left: 736px;
	top: 279px;
	display: inline-block;
}

#panelRightB {
	position: absolute;
	width: 100px;
	height: 348px;
	left: 605px;
	top: 233px;
}

#panelLeftB {
	position: absolute;
	width: 100px;
	height: 360px;
	left: 184px;
	top: 239px;
	display: inline-block;
}

#panelLeftA {
	position: absolute;
	width: 89px;
	height: 300px;
	left: 70px;
	top: 285px;
	display: inline-block;
}

.hideOverflow { overflow:hidden; }

ul, ol, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}

ul li, ol li {
	padding: 4px 0px;
	line-height:8pt;
	list-style: none;
}

#privacy ul li, ol li {
	padding: 6px;
	line-height: normal;
	list-style-type: disc;
}



/* SPECIAL FX */

.shadow {
height: 22px;
text-shadow: 3px 3px 5px red;
Filter:DropShadow(Color=#ff0000, OffX=1, OffY=1, Positive=1);
}
