.bodyStyle {
	position: fixed;
	height: 160px;
	width: 210px;
	left: 0px;
	top: 0px;
}
.navDropBox {
	position: fixed;
	height: 30px;
	width: 600px;
	left: 220px;
	top: 25px;
	z-index: auto;
}
.imageHolder {
	position: absolute;
	width: 700px;
	left: 220px;
	top: 92px;
}
.infoBox {
	position: fixed;
	width: 199px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
