body {
	font-family:arial, verdana, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:none;
}
#bodyDiv {
	position:relative;
	left:0px;
	top:25px;
	width:1024px;
	height:768px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
}
#headerDiv {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:184px;
	z-index:2;
}
#navDiv {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:51px;
	z-index:2;
}
#contentDiv {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:407px;
	z-index:3;
}
#imagesDiv {
	position:relative;
	left:0px;
	top:15px;
	width:852px;
	height:282px;
	z-index:3;
}
#wordsDiv {
	position:relative;
	left:0px;
	top:35px;
	width:826px;
	height:123px;
	z-index:3;
}
#footerDiv {
	color:#fff;
	font-size:12px;
	background:url(images/footer.png);
	position:absolute;
	left:0px;
	top:642px;
	width:1024px;
	height:126px;
	z-index:2;
}
