@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	margin: 25px 0 0 0;
	background-color:#CCCCCC
	}
#container {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	}
#header {
	background-image:url(../images/header.jpg);
	width:640px;
	height:133px;
	margin-top:10px;
	background-repeat:no-repeat;
	}
#headertext {
	position:absolute;
	width:640px;
	height:23px;
	top:175px;
	text-align:center;
	font-size:40px;
	font-weight:700;	
	}
#sellhouse {
	position:absolute;
	background-image:url(../images/sellhouse.jpg);
	background-repeat:no-repeat;
	width:294px;
	height:291px;
	top:225px;
	text-align:center;
	}
#ortext {
	position:absolute;
	width:640px;
	height:23px;
	top:355px;
	text-align:center;
	font-size:20px;
	font-weight:700;
	}
#sell2day {
	position:absolute;
	background-image:url(../images/sell2day.jpg);
	background-repeat:no-repeat;
	width:294px;
	height:291px;
	top:225px;
	margin-left:362px;
	cursor:pointer;
	}
#squeeze {
	position:absolute;
	background-repeat:no-repeat;
	width:640px;
	height:150px;
	top:525px;
	cursor:pointer;
	}
.territory{
	background-image:url(../images/territory_squeeze.jpg);
	}
.territory form{
	float:right;
	padding-right:20px;
	}	
#footer {
	position:absolute;
	top:680px;
	width:640px;
	height:35px;
	text-align:center;
	}
.form {
	text-align:center;
	margin-top:80px;
	width:280px;
	}
p.footertext {
	font-size:11px;
	margin:15px 10px 5px 10px;
	color:#999;
	line-height:1.15em;
	}

p.footertext a {
	color:#999;
	}

p.footertext a:hover {
	color:#173567;
	}