* {margin:0;padding:0;}

a:hover{color:#ffffff;text-decoration:none;font-weight:bold;}
a{color:#ffffff;text-decoration:none;font-weight:bold;}

body {
		background: #3d3d3d url(img/bg.gif) top left repeat-x;
		margin: 0;
		padding: 0;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #ffffff;
	}

	#header {
	
		width:900px;height:50px;
		margin:0 auto;padding:0;
		background: url(img/header.gif) left top no-repeat;
	}
	
	
	/* ---------------------------------- navigation --------------------------------- */
	
	#nav {
		
		float:right;
		background:#ff0000;
		width:549px;height:50px;
		margin:0;padding:0;
	}
	#nav ul li a span {display:none;}
	
	#nav ul li {
	
		float:left;
		margin:0;padding:0;
		list-style:none;
	}
	#nav ul li a {
	
		height:50px;display:block;
		margin:0;padding:0;
	}
	#nav ul li a.index {
	
		width:110px;background: url(img/indexbtn.gif) no-repeat;
	}
	#nav ul li a.index:hover {
	
		background-position: -110px 0;
	}
		#nav ul li a.latest {
	
		width:110px;background: url(img/latest.gif) no-repeat;
	}
	#nav ul li a.latest:hover {
	
		background-position: -110px 0;
	}
	
	
		#nav ul li a.random {
	
		width:110px;background: url(img/randombtn.gif) no-repeat;
	}
	#nav ul li a.random:hover {
	
		background-position: -110px 0;
	}
		#nav ul li a.topfive {
	
		width:110px;background: url(img/topfivebtn.gif) no-repeat;
	}
	#nav ul li a.topfive:hover {
	
		background-position: -110px 0;
	}
		#nav ul li a.categories {
	
		width:109px;background: url(img/categoriesbtn.gif) no-repeat;
	}
	#nav ul li a.categories:hover {
	
		background-position: -109px 0;
	}
	
	
	
	/* --------------------------------------- main ----------------------------------- */
	
	
	#main {
	
	padding: 0;margin:20px auto;
	
	text-align:center;
	
	}
	
	#image-box {
	
	margin:0;padding:0;
	
	width:100%;

	}

		h2 {
		
		margin:0;padding:15px;height:15px;
		
		font-weight:bold;
		
		font-family: Arial, sans-serif;
		
		font-size:12px;
		
		}
		#image-box p {margin:0;padding:0;text-align:center;}
	
		#image-box p img {
		
			border:10px solid #ffffff;
		}

	#random {
	
		width:580px;height:100px;text-align:center;
		
		padding:10px 0;margin:0 auto;background:#232323;
	}
	#random img {
	
		width:90px;height:90px;
		
		border:5px solid #ffffff;
		
		margin: 0 8px;float:left;
	}
	
	.buttons {
	
		width:540px;margin: 0 auto;clear:both;padding: 0;
		
	}
	/* ------------------- info --------------------------------- */
	
	.rating-box {
	
		width:540px;height:18px;clear:both;
		
		margin:20px auto 10px auto;
		
	}

	.rating-box img {
	
		width:18px;height:18px;margin: 0 3px -4px 3px;
		
		border:0;
	}
	#code-box {
		clear:both;
		width:540px;margin:20px auto;padding:0;
		
	}
#code-box input {

	width:340px;background:#232323;border:0;
	
	font: 12px Arial,sans-serif;padding:5px 5px 0 10px;
	
	color:#919191;margin-left:20px;
	
	height:20px;
}
	.ads {
	
		width:468px;padding:0;margin:20px auto;height:60px;
		
		text-align:center;background:#232323;
		
	}
	.footer {
	
		color:#919191;
		
		background:#232323;
		
		height:30px;margin-top:30px;
	}
	.copyright {
	
		width:900px;margin:0 auto;padding-top:8px;
	}