@charset "utf-8";

form, body { margin: 0px; padding: 0px; }
a img, img, object { border: 0px; margin: 0px; padding: 0px; }


body{
	background-color:#ffffff;
}

#centered{
	
}

#centered .content{
	width:695px;
	height:553px;
	position:relative;
	overflow:hidden;
}

#centered .content .splashContainer{
	position:relative;
	height:416px;
	border-bottom:#b3b3b4 1px solid;
}

#centered .content .splashContainer .arena{
	position:absolute;
	top:106px;
	left:-300px;
}

#centered .content .splashContainer .team{
	position:absolute;
	top:109px;
	left:700px;
}


#centered .content .buttonsContainer{
	position:relative;
}

#centered .content .buttonsContainer .buttonL{
	position:absolute;
	top:40px;
	left:0px;

}

#centered .content .buttonsContainer .buttonR{
	position:absolute;
	top:40px;
	right:0px;
}

#top{
	display:none;
}
