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

* {
	font-family:verdana;
	font-size:8pt;
	color:#000000;
	}

body {
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	height:100%;
	max-height:100%;
	background-color:#333333;
	}
#slider {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	z-index:0;
	position:absolute;
	left:0px;
	top:0px;
	}
#principal {
	z-index:1;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	}
#conteudo {
	margin:auto;
	padding:0px;
	border:0px;
	width:750px;
	height:auto; 
	overflow:hidden;
	}
#miolo {
	margin:auto auto 10px auto;
	padding:0px;
	border:0px;
	width:100%;
	height:400px; 
	overflow:hidden;
	background-color:#CCFF00;
	}
#thumbs {
	margin:auto auto auto auto;
	padding:10px 10px 10px 10px;
	border:0px;
	width:100%;
	height:auto; 
	overflow:hidden;
	background-color:#000;
	clear:both;
	text-align:left;
	}
#thumbs img {
	margin:0px;
	padding:0px;
	border:0px;
	}
#thumbs a {
	margin:0px;
	padding:0px;
	border:0px;
	}
# rodape {
	
	}
	