html,body
{
	text-align:center;
	background-color:#fff9e7;
}

div#container
{
	margin:0 auto;
	padding:0px;
	background:url("../images/background.jpg");
	background-repeat: no-repeat;
	width:990px;
	height:800px;
}

#content
{
	position: absolute;
	top: 200px;
	margin-left: -455px; 
	width: 650px;
	height: 565px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	font-family: 'Veranda',Lucida Grande,Tahoma, Arial;
	font-size: 11px;
}

div#contentLayer
{
	position: absolute;
	width: 630px;
	top:0px;
	left:10px;
}

div#footer
{
	position: absolute;
	top: 800px;
	left: -50px;
	font-family: 'Veranda',Lucida Grande,Tahoma, Arial;
	width:100%;
	font-size: 12px;
}

div#menucontainer
{
	position: absolute;
	width: 150px;
	height: 250px;
	top: 500px;
	margin-left: 320px;

}