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

a {
	text-decoration:none;
	color:#000;
}

* {
	border: 0;
}

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

#main-media {
	display:block;
}

noscript div {
	position:absolute;
	top: 0;
}

#splash {
	background: url(../img/splash/bg_splash.jpg) no-repeat;
	width: 778px;
	height: 265px;
	position: absolute;
	top: 50%;
	margin: -205px 0 0 -389px;
	left: 50%;
	padding-top: 165px;
}

#splash h1 {
	display: none;
	}

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

#splash a:hover{
	text-decoration: none;
}

#splash .lateralEsquerda {
	width: 387px;
	height: 207px;
	float: left;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 42px;
}

#splash .rodape{
	clear: both;
	width: 778px;
	height: 36px;	
	*padding-left: 35px;
}

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

#splash .rodape li {
	float: left;
	padding: 0 6px;
}

#splash .rodape a {	
	font-size: 9px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#splash .rodape a:hover {
	text-decoration: underline;
	}

#no-flash {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/no-flash/bg_splash.jpg) no-repeat;
	width: 778px;
	height: 380px;
	margin: -205px 0 0 -389px;
	padding-top: 30px;
	text-align: center;
	}
	#no-flash h1 {
		margin-bottom: 185px;
		}
	#no-flash #get {
		text-align: left;
		width: 350px;
		margin: 0 auto 20px;
		}
		#no-flash #get h2 {
			margin: 0;
			}
		#no-flash #get p {
			margin: 0;
			font-size: 10px;
			color: #1e587e;
			}
		#no-flash #get .flash-logo {
			float: right;
			}