body{
	margin:0px;
	padding:0px;
	font-family:helvetica;
}
#background {
	background: url(images/background.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -2;
}

#midground {
	background: url(images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -2;
}

#foreground {
	background: url(images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -1;
}
#sqft{
	position: absolute;
	left: 242px;
	top: 327px;
	width:250px;
	font-size:1.3em;
	background:transparent;
	border:none;
}
.brownButton{
	position: absolute;
	left: 237px;
	top: 378px;
	width: 242px;
	height: 52px;
	cursor:pointer;
}

.brownButtonResult1{
	position: absolute;
	left: 29px;
	top: 278px;
	width: 242px;
	height: 52px;
	cursor:pointer;
}
#result{
	font-size:3em;
	position:absolute;
	top:200px;
	left:27px;
	color:#ED740C;
}