@charset "utf-8";
/* CSS Document */

body{
	background-color: #303030;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}
	
td{
	vertical-align:top;
	}	
	
	
a:link{
	color: #333333;
	}
a: visited{
	color: #666666;
	}
a:active{
	color: #333333;
	}
	
a:hover{
	color: #000000;
	}						
	
#container{
	position: relative;
	width: 726px;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
	}	
	
#top{
	position: absolute;
	left:0px;
	z-index: 5;
	}	
		
#back{
	position: relative;
	text-align: left;
	top: 290px;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
	}
	
#sponsors{
	position: absolute;
	left: 15px;
	top: -10px;
	background-image:url(images/sponsors.gif);
	background-repeat:no-repeat;
	text-align: center;
	width: 148px;
	height: 513px;
	}	

#white{
	z-index: 2;
	position: relative;
	top: -13px;
	left: 168px;
	background-image:url(images/white.gif);
	background-repeat:repeat-y;
	}

#intro{
	position: absolute;
	z-index: 10;
	left: 190px;
	top: 60px;
	width: 257px;
	text-align: center;
		}
		
#word{
	position: absolute;
	z-index: 10;
	left: 473px;
	font-size: 11px;
	top: 82px;
	width: 220px;
	text-align: center;
		}

#ctop{
	background-image:url(images/ctop.gif);
	background-repeat:no-repeat;
	text-align:left;
	width: 544px;
	padding: 10px;
	height: 40px;
	}
	
#whitec{
	position: relative;
	padding: 10px 40px 10px 20px;
	top: -20px;
	background-image:url(images/white.gif);
	background-repeat:repeat-y;
	}	
	
#whitec2{
	position: relative;
	padding: 10px;
	top: -20px;
	background-image:url(images/white.gif);
	background-repeat:repeat-y;
	width: 500px;
	}			
	
#cbot{
	position: relative;
	z-index: 3;
	}
		
#footer{
	position: relative;
	z-index: 1;
	top: 290px;
	
	}			
