#intro {
	width: 962px;
 	height: 270px;
}

#intro IMG{
	width: 962px;
 	height: 270px;
 	position: absolute;
}

#leaderboard {
	width: 521px;
	height: 117px;
	background-color: transparent;
	background-image: url('/img/intro/anim-bg.png');
	background-repeat: no-repeat;
	position:absolute;
	padding: 30px 0px 0px 10px;
	margin-top: 00px; /* 0, 35, 70, 105, 140 */
}

#leaderboard DIV {
	position: absolute;
}

#leaderboard DIV H1 {
	color:white; 
	font-family:'Trebuchet MS'; 
	font-size:24px; font-weight:normal; 
	text-transform:uppercase; 
	letter-spacing:0.15em; 
	margin:0px; 
	padding: 0px 0px 8px 0px;
}

#leaderboard DIV H2 {
	color:white; 
	font-family:'Trebuchet MS'; 
	font-size:15px; 
	font-weight:normal; 
	text-transform:uppercase; 
	letter-spacing:0.15em; 
	margin:0px;
}

.posabs {
	position: absolute;
}