@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: #FFFFFF;
	color:#000000;
}
a:link, a:active, a:visited {
	color:#d97500;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
div.container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
.content {
	width: 900px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#header {
}
#logo {
	float:left;
	color:#000000;
	font-weight:bold;
}
#banner {
	float:left;
	width:470px;
}
#testo {
	position:absolute;
	left:4px;
	top:90px;
	color:#FFFFFF;
	width:700px;
}
#main {
	width:732px;
	float:left;
}
#thumb a {
	display:block;
	float:left;
	margin:1px;
	border:1px #FF9900 solid;
}
#thumb a:hover {
	border:1px #000000 dotted;
	opacity:.60;
	filter: alpha(opacity=60);
    filter: "alpha(opacity=60)";
}
.thumbs {
	float:left;
	width:140px;
	height:140px;
	margin-right:10px;
	margin-bottom:26px;
	border:2px #710023 solid;
}
.thumbs img {
	width:140px;
	height:140px;
}
.testo {
	margin-bottom:4px;
}
.testo a {
	color: #003399;
	font-weight:bold;
	font-size:13px;	
}
#video {
	float:left;
	text-align:center;
}
#toplist {
	float:left;
	width:280px;
	font-weight:bold;
	margin:6px;
}
.tp {
	margin-bottom:7px;
	background-color:#efefef;
	padding:2px;
}
#footer {
	margin-top:10px;
	border-top:3px #FF9900 solid;
	width:100%;
	text-align:center;
	height:60px;
	color:#000000;
}
.linkt1{
	text-align:left;
	height:146px;
	margin-bottom:6px;
}
.linkt2{
	float:left;
	margin-bottom:6px;
	width:435px;
}

#title {
	text-align:center;
	width:100%;
	border-bottom:1px #666666 dotted;
	margin-bottom:6px;
}
#top {
	text-align:center;
	width:100%;
	border-bottom:1px #666666 dotted;
}
	
	

