html {
	background: #96954D url(../images/gradient.jpg) repeat-x;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/view.jpg) no-repeat center top;
	width: 100%;
	display: table;
}

#header{
	height: 133px;
	width: 600px;
	float: left;
}

#content {
	width: 600px;
	margin: 0 auto 0;
	height: 643px;
}

#content_text{
	width: 600px;
	float: left;
	background: #96954D url(../images/gradient2.jpg) repeat-x;
	background-color: #96995E;
	border-bottom: 1px solid white;
}
#menu{
	float: left;
	height: 27px;
	width: 600px;
	padding: 0;
	margin: 0;
}

#footer{
	float: left;
	margin-top: 5px;
	width: 600px;
}