html, body {
	height:100%;
	margin: 0px;
	padding:0px;
	background-image: url(/images/bg-top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
#wrapper {
	min-height:100%;
	position:absolute;
	top:0px;
	width:100%;
	background-image: url(/images/bg-btm.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#banner {
	width:100%;
}
#page_center {
	width:900px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}
#ads_left {
	float:left;
	width:120px;
	height:600px;
	background-color:#CCCCCC;
}
#ads_right {
	float:right;
	width:120px;
	height:600px;
}
#page_copy	{
	float:left;
	width:600px;
	margin-left:30px;
	margin-right:30px;
}
#content {
	float:left;
	margin-bottom:30px;
	padding-bottom:35px;
	padding-top: 20px;
}
#footer {
	width:100%;
	min-height:30px;
	background-position:left;
	background-repeat:repeat-x;
	position:absolute;
	z-index:1;
	bottom:0;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#copyright {
	color:#FFFF00;
	width:100%;
	position:absolute;
	z-index:3;
	margin-left:auto;
	margin-right:auto;
}
#copyright a{
	color:#FFFF00;
}
#copyright a:hover{
	color: #FF9900 ;
}

#ftrimg {
	width:100%;
	position:absolute;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin-top:5px
}
