html, body {
	height: 			100%;
	width: 				100%;
	padding:			0px;
	margin:				0px;
	background-color:	#252626;
}
.bg {
	background: 		url('../images/bg.jpg') no-repeat scroll top center;
	width:				100%;
	height:				1100px;
}
#content {
	width:				1000px;
	margin:				auto;
	padding:			auto;
}
#topHalf {
	height: 600px;
}
#navArea {
	height:	174px;
}
#aboveView {
	height:  92px;
}
#view-area {
	height:				380px;
}