html, body{
  margin: 0px;
  height: 100%;
}

div#container
{
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: auto;
	height: 100%;
	min-height: 100%;
	
	overflow: auto;
	
	background-image: url(../images/menu.jpg); 
	background-repeat: repeat-y;
	background-color: #FCFCE8;
}

div#header
{
	padding: 0px;
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat;
	height: 130px;
}

div#menu
{
        margin-top: 25px;
	float: left;
	width: 200px;
	height: 100px;
}

div#content
{
	float: left;
	width: 760px;
	padding: 10px;
}