html,body{
	background-color:#d7d7d7;
	background-image:url(/images/bggrad.gif);
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
}

#wrapper{
	background-image:url(/images/bgupperds.gif);
	background-repeat:no-repeat;
	min-height:100%;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin: 0px;
}

#fullheightcont {
	background-image:url(/images/bgds.gif);
	background-repeat:repeat-y;
	height:100%;
	width:778px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	height:193px;
	position:absolute;
	top:0px;
	width:778px;
}
#footer {
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	height:57px;
	margin-top:-57px;
	position:absolute;
	width:778px;
}
#outer{
	background-image:url(/images/bgds.gif);
	background-repeat:repeat-y;
	position:relative;
	width: 778px;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#clearheadercenter{
	height:193px;
}
#clearfootercenter{
	height:57px;
}
