@charset "UTF-8";
/* CSS Document */

body{

	margin:0;
	
	body:0;
	
	background-image:url(images/bg.gif);
	
	background-repeat:repeat-x;
	
	background-color:black;

}

#bg{

	background: url(images/random/rotate.php);
	
	background-repeat:no-repeat;
	
	background-position:top left;

	width:100%;
	
	height:500px;
	
	font-family:tahoma;
	
	font-size:10px;
	
	color:#5a5959;
	
}

#logo{

	background-image:url(images/logo.png);
	
	background-repeat:no-repeat;
	
	height:117px;
	
	left:44px;
	
	top:294px;
	
	width:181px;
	
	position:relative;

}

#content{
	
	left:49px;
	
	top:330px;
	
	width:900px;
	
	position:relative;

}

ul{

	margin:0;
	
	padding:12px 0;
	
	position:relative;
	
	list-style:none;
	
	font-size:9px;
	
	color:#333333;
	
}

li{

	display:inline;
	
	padding-right:20px;
	
}

a:link, a:active, a:visited{

	font-size:9px;
	
	color:#333333;
	
	text-decoration:none;

}

a:hover{

	color:white;
	
	text-decoration:none;
	

}