*{
	margin:0;
	padding:0;
}
img{border:none;}
ul, ol{list-style:none;}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
textarea.code{display:block; overflow:auto; height:80px; width:380px; border:2px inset #006600}
address{
	font-style:normal;
}
html{background:url(../imagens/fundo-html.jpg) no-repeat top center #000;}
body{
	color:#fff;
	font:100% Georgia, "Times New Roman", Times, serif;
}
a{
	color:#fff;
	text-decoration:none;
}
#geral{
	background:url(../imagens/fundo-geral.jpg) no-repeat top center;
	margin:0 auto;
	width:946px;
}
#topo{
	height:200px;
	position:relative;
}

#topo h1{
	background:url(../imagens/logo.gif) no-repeat;
	height:67px;
	text-indent:-20000px;
	position:absolute;
	top:30px;
	left:15px;
	width:231px;
}
#topo h1 a{
	display:block;
	height:100%;
	widows:100%;
}
#topo ul{
	bottom:0;
	height:78px;
	left:0;
	position:absolute;
	width:650px;
}
#topo ul li{
	display:inline;
	float:left;
	font-size:25px;
	padding:7px 10px;
	margin:0 8px;
	width:180px;
}
#topo ul li a:hover{
	text-decoration:underline;
}
#topo ul li a:hover span{
	text-decoration:none;
}
#topo ul li span{
	font:13px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	line-height:13px;
}
#topo p.feedback{
	bottom:0;
	font-size:10px;
	position:absolute;
	right:45px;
}
#topo p.feedback strong{
	background:url(../imagens/icone-noticias.gif) no-repeat left;
	font-size: 25px;
	font-weight:normal;
	padding:5px 0;
	padding-left:60px;
	position:absolute;
	bottom:5px;
	right:40px;
}
#conteudo{
	padding:30px 50px;
}
div.player{
	width:400px;
	height:300px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
div.descricao{
	background:url(../imagens/fundo-descricao.jpg) repeat;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	float:right;
	padding:10px;
	position:relative;
	width:390px;
}
div.descricao h2{
	font-size:15px;
	font-weight:normal;
	margin:0!important;
}
div.descricao p{
	font-size:10px;
	margin:5px 0;
}
div.descricao em{
	position:absolute;
	font-size:10px;
	font-style:normal;
	top:15px;
	right:10px;
}
#conteudo h2{
	clear:both;
	margin:10px 0;
}
ul.lista-filmes:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
ul.lista-filmes li{
	background-color:#051512;
	padding:1px;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:134px;
	height:87px;
}
ul.lista-filmes li a{
	font:9px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:4px;
	border:1px solid #000;
}
ul.lista-filmes li a:hover{
	border-color:#8eab56;
}
ul.lista-filmes li img{
	display:block;
	margin-top:5px;
	height:60px;
	width:125px;
}
#rodape{
	border-top:1px solid #1a1a1a;
	clear:both;
	font:12px Georgia, "Times New Roman", Times, serif;
	padding:10px 0;
	padding-left:50px;
}
#rodape a{
	color:#8eab56;
}
.categoria{
	width:50%;
	_width:51%;
	float:left;
}
.linha{
	clear:both;
}
.linha:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
}

/* mais itens */

.ver_mais {
	text-align:right;
	clear:both;
}





#mais-filmes{
width:100%;
height:200px;
overflow-y:scroll;

background-color:#035046;
background-image:url(../imagens/logo-lista-geral.gif);

background-repeat:no-repeat;
background-position:right;
border:3px #CCCCCC solid;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

#mais-filmes ul li{
margin-top:3px;
padding-bottom:3px;
border-bottom:1px #fff dashed;
padding-left:5px;
padding-right:5px;
text-indent:10px;
}

#mais-filmes ul li a{
color:#fff;
display:block;
}

#mais-filmes ul li a:hover{
color:#000;
}