*{
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: Helvetica, sans-serif;
}
ul{
	height: 140px;
}

.brownButton{
	position: absolute;
	border: 0px;
	width: 110px;
	height: 67px;
	cursor: pointer;
	left: 431px;
	top: 397px;
}

#sqft{
	position: absolute;
	left: 431px;
	width: 100px;
	height: 64px;
	top: 170px;
	font-size: 1.3em;
	border: none;
	padding-left: 10px;
	background:transparent;
}

#levels{
	position: absolute;
	left: 431px;
	width: 100px;
	height: 64px;
	top: 264px;
	font-size: 1.3em;
	border: none;
	padding-left: 10px;
	background:transparent;
}