body
{
	background-color:white;
	width:100%;
	height:100%;
	padding: 0px !important;
	margin: 0px !important;
	font-family: arial, arial, helvetica;
	font-size: 11px;
	color:#FFFFFF;
	position: relative;
	z-index: 0;
	text-align:center;
	overflow:visible;
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

/*------------wrapper-----------------*/


.homepage, .subpage
{
	position:relative;
	width:1024px;
	height:100%;
	margin:0px auto;
	overflow:visible;
}

.homepagewrapper, .subpagewrapper
{
	position:relative;
	clear:none;
	width:942px;
	height:100%;
	text-align:left;
	overflow:visible;
	margin:0px auto;
	padding:0px;
	
}

    
/*---------homepage----------------*/
/*--------------------------------*/
.logo
{
	position:relative;
	width:942px;
	height:203px;
	text-align:center;
	background-image:url(../images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:0px;
}



.theApartments
{
	position:absolute;
	width:184px;
	height:203px;
	background-image:url(../images/theApartments.gif);

	background-repeat:no-repeat;
	padding:0px;
	left: 0px;
	top: 7px;
}

.stables
{
	position:absolute;
	width:184px;
	height:203px;
	
	background-image:url(../images/stables.gif);
	
	background-repeat:no-repeat;
	padding:0px;
	left: 190px;
	top: 7px;
}

.townhouses
{
	position:absolute;
	width:184px;
	height:203px;
	text-align:center;
	background-image:url(../images/townhouses.gif);
	background-repeat:no-repeat;
	padding:0px;
	left: 380px;
	top: 7px;
}

.parkApartments
{
	position:absolute;
	width:184px;
	height:203px;
	text-align:center;
	background-image:url(../images/parkApartments.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:0px;
	left: 570px;
	top: 7px;
}
.palermo
{
	position:absolute;
	width:184px;
	height:203px;
	
	background-image:url(../images/palermo.gif);
	
	background-repeat:no-repeat;
	padding:0px;
	left: 760px;
	top: 7px;
}




.topBanner
{	position:relative;
	width:942px;
	height:15px;
	text-align:center;
	background-color:#ec2227;
	padding:0px;
	margin:0px;

}
.lowerBanner
{	position:relative;
	width:942px;
	height:39px;
	text-align:center;
	background-image:url(../images/lowerBanner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#ec2227;
	padding:0px;
	margin:0px;

}
.blackBacking
{	position:relative;
	width:942px;
	height:217px;
	text-align:center;
	background-color:#000000;
	padding:0px;
	margin:0px;

}

