
body, html {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #575757;
	text-align: center;
	background: #FFF;
	height: 100%;
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
	}
	
*, img {
	border: 0;
	}

#principal {
	height:100%;
	width:100%;
    margin:0 auto;
	}

#splash {
	width: 778px;
	height: 410px;
	margin: -205px 0 0 -389px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../imagem/splash_bg.jpg) top left no-repeat;
	}
	
.conteudo {
	width: 450px;
	margin: 30px 30px 0 0;
	text-align: right;
	float: right;
	}
	
.conteudo img {
	margin-top: 20px;
	}
	
.conteudo h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #FFC700;
	}
	
#splash h1 {
	width: 121px;
	height: 54px;
	margin: 170px 0 0 75px;
	float: left;
	}

a { text-decoration:none; color: #000; }
a:link { text-decoration:none; color: #000; }
a:active { text-decoration:none; color: #000; }
a:visited { text-decoration:none; color: #000; }
a:hover { text-decoration:none; color: #575757; }

.rodape {
	width: 721px;
	height: 65px;
	padding-top: 47px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 30px;
	background: url(../imagem/splash_rodape.jpg) no-repeat;
	}
