html, body 
{
	text-align: center;
	margin: 0;
	height: 100%;
	width: 100%; 
	margin: 0;
	padding: 0;
}

body {
	 background-color: white; 
	 overflow: hidden; 
}

#container 
{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 text-align: center;
}

#content 
{
	position: relative;
	margin: 0 auto;
	background-color: white; 
}

#footer
{
	padding: 10px 0 0; 
	text-align: right; 
	background-color: #DFDECB; 
	color: #AB9D54; 
	font: 9px verdana, sans-serif; 
	visibility: hidden; 
}

#footer a 
{
	text-decoration: none; 
}

#footer a:link, #footer a:visited
{
		color: #AB9D54; 
}

#footer a:hover, #footer a:active
{
		color: #D3C792; 
}

