@charset "utf-8";
/* CSS Document */
a:link{
	text-decoration:none;
	color:#000;
}
a:active{
	text-decoration:none;
	color:#000;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	text-shadow:#909090;
	color:#959595;
}
body {
background:url(images/bg.png);
background-position:center;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}
td{
	text-align:center;
	font-size:14px;
}
.title{
	width:600px;
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:0px;
	z-index:1;
}
.ball{
	width:150px;
	height:150px;
	position:absolute;
	left:50%;
	margin-left:-75px;
	top:15px;
	z-index:2;
}
.titleshadow{
	width:600px;
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:180px;
	z-index:3;
}
.content{
	height:500px;
	width:380px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-295px;
	top:200px;
	padding:5px;
}
.navigation{
	width:185px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:100px;
	top:200px;
	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:15px;
}
.sponsors{
	width:185px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:100px;
	top: 460px;
	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	text-align:center;
}
.contentdivider{
	width:370px;
	height:1px;
	margin-top:5px;
	margin-bottom:7px;
}
.navdivider{
	width:175px;
	height:1px;
	margin-top:10px;
	margin-bottom:7px;
}
.contenttitle{
	font-size:26px;
	color:#959595;
}
