@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/db9webdesign_bg.png);
}
.db9webdesign #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.db9webdesign #headContent {
	background-image: url(../images/db9webdesign_header.png);
	height: 220px;
	position: absolute;
	width: 1020px;
	visibility: visible;
	z-index: 1;
}
.db9webdesign #mainContent {
	background-image: url(../images/db9webdesign_subbg.png);
	height: 720px;
	position: absolute;
	width: 1020px;
}
.db9webdesign #footerContent {
	background-image: url(../images/db9webdesign_footer.png);
	height: 155px;
	position: absolute;
	width: 1020px;
	margin-top: 685px;
}
.db9webdesign #statContent {
	background-image: url(../images/db9webdesign_stats.png);
	height: 380px;
	position: absolute;
	width: 260px;
	margin-top: 250px;
	margin-left: -140px;
}
.db9webdesign #indcont1 {
	background-image: url(../images/db9webdesign_indcont1.png);
	height: 350px;
	position: absolute;
	width: 450px;
	margin-top: 230px;
	margin-left: 100px;
}
.db9webdesign #indcont2 {
	background-image: url(../images/db9webdesign_indcont2.png);
	height: 450px;
	position: absolute;
	width: 500px;
	margin-top: 230px;
	margin-left: 490px;
}
.db9webdesign #reascont {
	background-image: url(../images/db9webdesign_3reas.png);
	height: 140px;
	position: absolute;
	width: 420px;
	margin-top: 550px;
	margin-left: 50px;
	z-index: 1;
}
.db9webdesign #soxcont {
	height: 125px;
	position: absolute;
	width: 351px;
	margin-top: 290px;
	margin-left: 575px;
	z-index: 1;
}
.db9webdesign #bedrockcont {
	height: 125px;
	position: absolute;
	width: 351px;
	margin-top: 410px;
	margin-left: 565px;
	z-index: 1;
}
.db9webdesign #abellacont {
	height: 125px;
	position: absolute;
	width: 351px;
	margin-top: 530px;
	margin-left: 540px;
	z-index: 1;
}
.db9webdesign #contcont {
	height: 405px;
	position: absolute;
	width: 900px;
	margin-top: 230px;
	margin-left: 50px;
	background-image: url(../images/db9webdesign_contbg.png);
	padding-left: 20px;
	padding-top: 15px;
}
.db9webdesign #menucont {
	height: 70px;
	position: absolute;
	width: 350px;
	margin-top: 160px;
	margin-left: 450px;
	z-index: 1;
}
