html, body {
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	background-color: #6FB2DF;
	background-image: url(FundoBreve.jpg);
	background-repeat: repeat;
}



#table {
width: 100%;
height: 100%;
position: static;
display: table;
*overflow: hidden; /* hack para o IE6 e IE7 */
*position: relative; /* hack para o IE6 e IE7 */
}

#cell {
	vertical-align: middle;
	display: table-cell;
	position: static;

*top: 50%; /* hack para o IE6 e IE7 */
*position: absolute;
	background-image: url(img/fundoRio.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
#Logomarca {
	background-color: #0F0;
}

#conteudo {
	top: -50%;
	width: 730px;
	margin: auto;
	position: relative;
	padding: 0px;
	text-align: center;
}

a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
}
p {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
