@font-face {font-family:"Gentium";	src:url("../fontes/GENI102.eot"); /* EOT file for IE */ }
@font-face {font-family:"Gentium";	src:url("../fontes/GENI102.TTF") format("TrueType");}

*{	
	margin:0; 
	padding:0; 
	font-family:Gentium;
	font-weight:normal;
}

* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

html, body {
	height: 100%;
	background:#221f20; 
}

#tudo {
	min-height:	100%;
	position:relative; 
	width:100%; 
}

#conteudo {	
	width:830px; 
	height:322px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-161px auto auto -415px;
}

#tudo-bg-left{
	position:absolute;
	left:0;
	top:0;
	background:url(../imagens/bg-left.jpg);
	width:216px;
	height:768px;
}

#tudo-bg-right{
	position:absolute;
	right:0;
	top:0;
	background:url(../imagens/bg-right.jpg);
	width:516px;
	height:768px;
}
	
#logo{
	float:left;
}

#txt-box{
	float:right;
	width:390px;
	padding-top:51px;
}

#titulo{
	color:#c53a3e;
	font-size:35px;
	line-height:40px;
}

h4{
	font-size:25px;
	line-height:30px;
}

#txt1{
	color:#fcfcfc;
}

#txt2{
	color:#8d8f92;
	margin-top:27px;
}

#hospedagem a{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	color: #8d8f92;
	text-decoration: none;
	text-transform: uppercase
}





