body {

	background-color: #4c4a47;
	margin: 30px 0;
	background-image:url("../images/background.gif");
	background-repeat: repeat-x;
}

body, html {
	height: 100.01%;
}

#container {
	width: 832px;
	margin: 0 auto;
}

#header {
	height: 112px;
	width: 800px;
	margin-left: 32px;
	background-color: #383330;
	margin-bottom: 6px;
	clear: both;
}

#teaser {
	height: 231px;
	background-image:url("../images/teaser_background.jpg");
	background-repeat: no-repeat;
	background-position: 32px;
	clear: both;
}

#content {
	width: 790px;
	padding: 0 5px 0 5px;
	background-color: #fff;
	margin: 6px 0 6px 32px;
	border-top: 1px solid #706e6c;
	border-bottom: 1px solid #706e6c;
	clear: both;
}

#footer {
	width: 800px;
	margin-left: 32px;
	height: 79px;
	background-color: #4c4a47;
	clear: both;
}