body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff /*url(../images/main-bg.gif)*/;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 450px;  /* adjust position of mouse-over range */
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 100px;
	background: /*url(../images/dock-bg2.gif)*/;
	padding-left: 0px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	top: 150px;   /* vertical position of icons */
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 90%; 
}
.dock-item span {   /* label text */
	display: none; 
	padding-left: 0px;
}

#header {
	position: absolute;
	top: 10px;
	height: 100px; 
	width: 100%;
	background-image: url(../images/getandpost_logo4.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 0px;
}
#header img {
	border: none; 
	margin: 0px 00px 0px; 
	width: 100%; 
}
#footer {
	position: absolute;
	bottom: 50px;
	height: 30px; 
	width: 100%;	
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#construction {
	position: absolute;
	margin-left : auto; 
	margin-right : auto;
	bottom: 120px;
	height: 30px; 
	width: 100%;	
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: /*url(../images/dock-bg.gif)*/;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}