html {
	overflow-y:scroll;
	overflow-x:hidden;
	height:100%;
}
body {
	height:100%;
	background-color: #aaa27b;
	margin: 0px 0px 0px 0px;
	color:#333839;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page{
	text-align:left;
	margin:auto;
	width:1280px;
	background:url(/images/pagebg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	min-height: 100%;
	height: auto !important;
	height:100%;
}
#left{
	background-color: #aaa27b;
	width:180px;
	float:left;
	padding-bottom:50px;
}
#content{
	width:570px;
	padding:0px 20px 0px 20px;
	float:left;
	background-color:#ffffff;
	height:100%;
}

#logo{
    margin-top:5px;
    height:45px;
    text-align:right;
}
#headline{
	position:relative;
	height:125px;
}


#marginal{
	width:490px;
	float:left;
	background-color:#333839;
}
