body {
	background-color: #000;
	margin:0px; padding:0px;  
}

#container {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-top: 25px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	width: 961px;
	height: 134px;
	padding-top: 65px;
}

#content {
	background-image: url("images/content.jpg");
	background-repeat: no-repeat;
	width: 961px;
	height: 483px;
	margin-top: -65px;
}

#homeowners {
	background-image: url("images/homeowners_button.png");
	width: 230px;
	height: 59px;
	margin-left: 95px;
	display: block;
	float: left;
	text-indent: -9999px;
}


#construction {
	background-image: url("images/construction_button.png");
	width: 230px;
	height: 59px;
	float: right;
	display: block;
	text-indent: -9999px;
}

#construction:hover, #real:hover, #homeowners:hover {
	background-position: 0px 59px;
}

#real {
	background-image: url("images/real_button.png");
	width: 230px;
	height: 59px;
	float: right;
	margin-left: 45px;
	margin-right: 90px;
	display: block;
	text-indent: -9999px;
	
}

.info {
	text-indent: -9999px;
}
