html, body {
	background-image:url(/images/bg.gif);
	height:100%;
	margin: 0px;
	padding:0px;
}
#wrapper {
	width:100%;
}
#page {
	width:100%;
	min-height:100%;
 	margin-left:auto;
	margin-right: auto;
	position:absolute;
	background-position:top;
	background-repeat:repeat-y;
}
.page_home {
	background-image:url(/images/pgbg.png);
}
#banner {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	background-color:#000000;
}
#content {
	margin-bottom:30px;
	width:750px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	position:relative;
}
#page_bottom {
	width:100%;
	position:absolute;
	bottom:0;
	margin-bottom:30px;
	text-align:center;
}
#page_bottom img {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#page_bottom p {
	margin:0 0;
	text-indent:0;
}
#footer {
	width:100%;
	position:absolute;
	bottom:0;
	text-align: center;
	background-image:url(/images/footer.png);
	background-position:left;
	background-repeat:repeat-x;
}
#footer #stuff {
	width:800px;
	height:25px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top:0px;
	color:#FFFFFF;
}
/* for Internet Explorer */
/*\*/

* html #page, #page_req, #page_contact, #page_links {
	height: 100%;
}

/**/