@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:#eb6900;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
div.container {
	position:relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
.content {
	width: 980px;
	left: 0px;
	top: 0px;
	background-color: #990000;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:148px;
}
#banner {
	position:absolute;
	right:20px;
	top:40px;
}
#corpo {
	background-image:url(images/backBody.jpg);
	background-repeat:no-repeat;
	padding:5px;
	padding-top:34px;
	padding-left:12px;
	float:left;
	width:800px;
	text-align:center;
}
#corpo .title {
	color:#FFFFFF;
	border-top:1px #ffffff dotted;
	border-bottom:1px #ffffff dotted;
	margin-bottom:8px;
}
#box1 {
	background-image:url(images/b1.gif);
	background-repeat:no-repeat;
	height:12px;
}
#box2 {
	background-image:url(images/b2.gif);
	background-repeat:no-repeat;
	height:12px;
}
#promo {
	float:left;
	width:160px;
	overflow:hidden;
}
.th {
	float:left;
	width:185px;
	height:185px;
	margin-right:10px;
	margin-bottom:16px;
	border:2px #e86d00 solid;
	cursor:pointer;
}
#toplist {
	background-color:#FFFFFF;
	margin:20px;
	padding:6px;
	text-align:center;
	border-bottom:3px #333333 solid;
}
#tp1 {
	float:left;
	margin-right:90px;
	font-weight:bold;
	text-align:left;
}
.row {
	border-bottom:1px #121212 dotted;
	margin:2px;
	border-left:3px #a1a1a1 solid;
	padding-left:4px;
}
#promo-bottom {
	text-align:center;
	color:#FFFFFF;
}
#promo-bottom table {
	text-align:center;
	width:100%;
}
#promo-bottom img {
	width:82px;
	height:82px;
}
.title {
	font-size:18px;
	border-bottom:3px #990000 solid;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	text-align:center;
	height:100px;
	padding-top:25px;
}