/* dln@live.no */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
a:hover span { cursor: pointer }

/* Generale */

body {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #ff0000;
	background: #000 url('../img/background.png') repeat;
	height: 100%; }

/* header */

#wrapper {
	margin: 10px auto;
	width: 900px;

}
#header {
		margin: 0 auto;
		height: 60px;
		width: 800px; }
		
	#header .logo {
		float: left;
		height: 60px;
		width: 300px;
		background: transparent url('../img/log.png') no-repeat; }

#top {
		margin: 0px auto;
		height: 170px;
		width: 800px;}
		
	#top .banner {
		float: left;
		height: 170px;
		width: 600px;
		background: #9b9999; }
		
	#top .player {
		float: right;
		height: 300px;
		width: 150px;
		background: transparent url('../img/player.png') no-repeat; }
	
	#top .lefm {
		margin-top: 20px;
		float: left;
		height: 130px;
		width: 50px;
		background: transparent url('../img/98.png') no-repeat; }
		
/* nav */
#nav {
	height: 40px;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-weight: bold; }
	
	#nav ul {
		width: 100%;
		overflow: hidden;
		/*padding: 2px 0; }*/ }
		
	#nav li {
		float: left;
		margin-left: 4px; }
		
	#nav li a {
		color: #888384;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size: 16px;
		font-weight: bold; }

	#nav li a:hover, #nav a:focus {
		background: #565;
		color: #777; }

/* contenu */
#contenu {
	margin-left: 100px;
	width: 600px;
	height: 400px;
	background: #303030; }