body {
	background-color: #FFFFFF;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	height: 100%;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 160px;
	position:relative;
}
#menu {
	background-color:#F44D00;
	height: 25px;
	width: 800px;
	position:relative;
}
#menu a {
	display: inline;
	font: 15px/25px "Courier New", Courier, mono;
	text-decoration: none;
	padding: 10px;
	color:#FFFFFF;
}
#content {
	width: 760px;
	padding: 20px;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-bottom: 80px;
}
#footerbox {
	bottom: 0px;
	position: absolute;
	width: 100%;
}
#footer {
	background-color:#F44D00;
	color:#FFFFFF;
	height: 25px;
	width: 800px;
	font: 12px/25px "Courier New", Courier, mono;
	letter-spacing: 2px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;

}