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

html,body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img  {
	border:0px;
}
body{
	text-align: center;
	background-color: #690000;
	color:#FFFFFF;
	background-image:url(images/backRighe.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}
div.container {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
.content {
	width: 800px;
}
#header {
	border-bottom:2px #990000 solid;
}
#title {
	font-weight:bolc;
	color:#FFFFFF;
	text-align:center;
}
#banner {
	border-top: 1px #FF9900 solid;
	border-bottom: 3px #FF9900 solid;
	text-align:center;
	background-color:#000000;
	padding:4px;
	height:100px;
	padding-top:5px;
}
#banner2 {
	text-align:center;
	padding:20px;
}
#player {
	float:left;
	width:635px;
	height:400px;
	text-align:center;
	padding-top:30px;
}
#block {
	background-color:#220000;
	text-align:center;
	width:90%;
	margin-left:30px;
	padding-bottom:10px;
	border:1px #ff0000 solid;
}
#side {
	float:right;
	margin-top:3px;
	background-color:#550000;
	padding:4px;
	width:154px;
	text-align:center;
	height:610px;
	border:1px #a10000 solid;
	border-top:2px #a10000 solid;
	border-bottom:2px #a10000 solid;
}
#footer {
	margin-top:4px;
	text-align:center;
	height:40px;
	background-color:#FF9900;
	line-height:40px;
}