body, html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #8cbd17;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
}

a {
	text-decoration:underline;
	color:#FFF;
}

* {
	border: 0;
}

#main, #main-media {
	height:100%;
	width:100%;
    margin:0 auto;
	display:none;
}

#main-media {
	display:block;
}

#splash {
	background:#8cbd17;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	background-position: 20px 20px;
}

#splash a{
	color:#FFFFFF;
	text-decoration:none;
}

#splash a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#splash .topo {
	width: 778px;
	height: 161px;
	background-image: url(../img/splash/topo.jpg);
}
#splash .lateralEsquerda {
	width: 389px;
	height: 213px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
}
#splash .lateralEsquerda p{
	margin-left:10px;
}
#splash .lateralDireita {
	width: 389px;
	height: 213px;
	background-image: url(../img/splash/lateral.jpg);
	float:right;
}
.no-popup strong {
	color:#FFF;
}
.no-popup, .no-popup a {
	color:#993300 !important;
}
#splash .rodape{
	background-image:url(../img/splash/bg_rodape.jpg);
	background-repeat:repeat-x;
	float:left;
	width: 778px;
	height:37px;
}

#splash .rodape ul{
	list-style:none;
}

#splash .rodape li{
	float:left;
}

#splash .rodape a{	
	padding: 0 20px 0 3px;
	
	color:#0188cc;
	font-weight:bold;
}
