/* CSS Document */

body{
	background-color:#000017;
	margin:0;
	padding:0;
}

a.top, a.top:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

a.top:hover, a.top:active{
	color: #CCCCCC;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}

#topLista, #topLista li{
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-weight:bold;
}

#container{
	width:900px;
}

#headerImg{
	float: left;
}
#headerMusic{
	float: right;
}
#menu{
	width: 150px;
	height: 800px;
	float: left;
	background-color: #071f33;
}
#content{
	width: 600px;
	height: 800px;
	background-color:#1981be;
	float:left;
	text-align:left;
	overflow:auto;
}
#tools{
	width: 150px;
	height: 800px;
	background-color:#071f33;
	float:right;
	overflow:hidden;
}
#footer{
	width: 900px;
	height: 50px;
	background-image:url(elemek/lablec_900x50.jpg);
	float:left;
	color:#FFFFFF;
}