body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	background-color:#000000 
}
#wrap {
	width:600px;
	height:475px;
	margin: 0 auto;
	
}
#content {
	height:300px;
	width:900px;
}
#botao {
	margin:0 auto;
	text-align:center;
	width:900px;
	height:75px;
}
div#botao a:link {
	display:block;
	width:246px;
	height:75px;
	background:url(../imgs/botao.png) top left no-repeat;
}
div#botao a:hover {
	background-position: 0 -75px;
}
#residencias {
	background: url(../imgs/fundo_residencias.jpg) top left no-repeat;
	height:400px;
	width:900px;
}
	
#rodape {
	color:#CCC;
	font-size:11px;
	text-align: right;
	padding:10px 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}
