*
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}



body
{
	background: #1a232b url(body-bg.gif) repeat-x;
	color:#ffffff;
	width: 640px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	margin: 0px auto 0px;
	padding: 0px;
}

#contenitore
{
	overflow:hidden;
	width: 640px;
	
}
#logo
{
	width: 640px;
	height: 220px;
	background: #192025 url(body-bg.jpg) no-repeat top;
	overflow:hidden;
}
#side
{
	color: #7AA2CC;
	height: 200px;
	float:right;
	width: 300px;
	padding: 10px;
	overflow:hidden;
}
#side a
{
	color: #A6CBFA;
	text-decoration: none;
	font-weight: bold;
}
#side a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#top
{
	height: 30px;
	width: 100%;
	background: url(contenitore-bg.jpg) no-repeat top;
}
#titolo
{
	padding:8px 0px 0px 8px;
	color: #F38108;
	font-weight: bold;
}
#player
{
	width: 640px;
	overflow:hidden;
}

#bottom
{
	background: #0E1316;
	padding: 8px;
}
