body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#indexcontainer{
	width:1000px;
	height:650px;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/indexbg3.png);
	background-repeat:no-repeat;
	text-align:center;
}
#indexheader{
height:159px;
}
#indexmiddle{
height:440px;
width:1000px;
}
#private{
width:231px;
height:440px;
padding:7px;
float:left;
}
#homes{
width:231px;
float:left;
padding:7px;
height:440px;
}
