html, body {
	margin:0px; padding:0px;
	text-align:center;
	background-color:#4d4528;
	height:100%;
	}
	
#container {
	width:800px;
	margin:0px auto;
	}

#head {
	margin-left:auto;
	margin-right:auto;
	height:70px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}

#seperator {
	width:100%;
	height:19px;
	background-image:url(images/seperator.jpg);
	background-repeat:no-repeat;
	}

#banner {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:490px;
	height:115px;
	background-image: url(images/banners/banner000.jpg);
	background-repeat:no-repeat;
	}

#main {
	padding-top:10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	width:800px;
	height:100%;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	}

#maintwo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	width:800px;
	height:100%;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	}

#maingal {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
	}

#contenttop {
	top:0px;
	width:560px;
	height:20px;
	background-image:url(images/content_top2.jpg);
	background-repeat:no-repeat;
	}

#content {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:560px;
	height:auto;
	background-image:url(images/content_bg2.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	}

#info	{
	display:block;
	width:100%;
	}

#contentbase {
	width:560px;
	height:20px;
	background-image:url(images/content_base2.jpg);
	background-repeat:no-repeat;
	}

#base {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:24px;
	background-image:url(images/base_bg.jpg);
	background-repeat:no-repeat;
	}

#footer {
	height:30px;
	width:800px;
	margin:0px; padding:0px;
	text-align:center;
	background-color:#4d4528;	
	}
