#wrapper {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
	width:800px;
	height:800px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:absolute;
	width:800px;
	height:109px;
	z-index:2;
	background-image: url(img/head_bg.png);
}
#menu {
	position:absolute;
	width:800px;
	height:30px;
	top:109px;
	z-index:3;
	background-image: url(img/menu_bg.png);
}
#logo {
	position:absolute;
	margin-left:15px;
	width:354px;
	height:109px;
	z-index:2;
	background-image: url(img/Logo_n.png);
}
#bod {
	position:absolute;
	width:800px;
	height:646px;
	z-index:2;
	top: 139px;
	background-image:url(img/shadow_bg.png);
	background-position:left;
	background-repeat:repeat-y;
	
	
}
#bot_shadow {
	position:absolute;
	background-image:url(img/shadow_btm.png);
	width:800px;
	height:15px;
	top:646px;
	z-index:2;
}
body {
	background-color: #9E9E9E;
	background-image: url();
	background-repeat: repeat;
}
#post {
	position:absolute;
	background-color:#ECECEC;
	margin-left:5px;
	width:795px;
	height:646px;
	z-index:2;
}
