@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
}
#header_div {
	height: 470px;
	width: 800px;
}
#menu_top{
	height:258px;
	width:170px;
	background-color:#432e1d;
	color:#fff;
	
}
#outer_wrapper {
	text-align:center;
	background-image: url(images/bg.gif);
	width: 800px;
	min-height: 768px;
	height: auto !important;
	height: 768px;
	margin: 0px auto;
}
#inner_wrapper {
	text-align:left;
	width: 700px;
	margin: 0px auto;
}
#content {
	text-align: center;
	height: auto;
	width:700px;
	margin: 0px;
	padding: 10px;
}

