html,body 
{
	height: 100%;
}
body
{
	text-align:	center;
	background-color:	#e8e9d7;
	margin-top:	0;
	margin-left:	0;
}

h1 {
	font-family:	verdana;
	font-size:	11px;
	padding-top:	0px;
	padding-left:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	margin-top:	0px;
	margin-left:	0px;
	margin-bottom:	0px;
	margin-right:	0px;
}

#container
{
width:654px; 
height:100%;
margin-left: auto;
margin-right: auto;
text-align: left;
background: url(bg.jpg) repeat;
padding: 0 35px 0 35px;
position:relative;
z-index:1;
} 

#content_container
{
width:654px; 

margin-left: auto;
margin-right: auto;
text-align: left;
background: url(bg.jpg) repeat;
padding: 0 35px 0 35px;
position:absolute;
top: 0;
left: 0;
z-index:2;
} 



div
{
font-family: verdana;
font-size: 11px;
color: black;
line-height:15px;
}

a {color: #996600; text-decoration: none;}
a:hover {text-decoration: underline;}


.clear {clear: both; height: 1px;}
div.clear {font-size: 0; line-height: 0px;}

