@charset "utf-8";

/* CSS Document */



#corpo_site

{

	top: 20px;

	position:absolute;

	width: 980px;

	height:1630px;

	left: 50%;

	margin-left: -490px;	

	margin-top: 100px;

	background-color:#F8F8F8;

	-moz-box-shadow: 1px 5px 25px #000000;

	-webkit-box-shadow: 1px 5px 25px #000000;

	box-shadow: 1px 5px 25px #000000;

	-webkit-border-radius: 0px 0px 10px 10px;

	-moz-border-radius: 0px 0px 10px 10px;

	border-radius: 0px 0px 10px 10px;

}



#casas

{

	position:absolute;

	width: 489px;

	height: 617px;

	background-color: #F8F8F8;	

}

#rodape

{

	position: absolute;

	top: 1337px;

	width: 980px;

	height: 200px;

	background-color: #F8F8F8;

	border-top:#E8E8E8 solid 1px;

}