html,body{
  margin:0px auto;
  padding:0px;
  border:0px;
  height:100%;
  font-family: "Tahoma";
  font-size: 12px;
  cursor:default;
  color:#646c3a;
  background-color:#060000;
  /*background:URL('../images/bground.gif');*/
  background:URL('../images/makibg.jpg');
}

#wrapper{
  	min-height:100%;
  	background:#060000;
  	z-index: 1;
	/* \*/
	height:100%;
	/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{
  	height:auto;
}
	/* \*/
* html #wrapper{
  	height:100%;
}

.clear{
  	clear:both;
  	height:0px;
  	overflow:hidden;
  	line-height:1%;
  	font-size:0px;
  	margin: 0px;
}

#fullheightcont {
	height:100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;

}

#outer {
    z-index:1;
	position:relative;
	width: 960px;
	/* \*/
	height:100%;

	/* Last height declaration hidden from Mac IE 5.x */
}

#clearheadercenter{
  	height:326px;
  	overflow:hidden;
  	z-index: 1;
}

#container-center {
	width: 960px;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 2;
}

#content {
	width: 960px;
	float: left;
	padding: 0px;
}

#clearfootercenter {
  	height:65px;
  	overflow:hidden;
  	z-index: 3;
}

#header {
	height:326px;
	position:absolute;
	top:0px;
	overflow:hidden;
	width:960px;
	background:#060000;/*url('../images/header_bg_326.jpg');
	/*background-color: #E2D4CC;*/
	/*border: 1px solid red;*/
	z-index: 2;
}
#head {
	float:none;
	border:solid 2px #ae6219;
}


#realheader {
	height: 248px;
	/*background:url('../images/header_bg.gif');*/
	z-index: 2;
}

#footer {
	background:url('../images/footer_bg_maki.gif');
	background-repeat:no-repeat;
	height:65px;
	margin-top:-65px;
	position:absolute;
	overflow:hidden;
	width:960px;
	z-index: 3;
}

#menuer {
	height: 86px;
	/*background:url('../images/menu_bg.gif');*/
	background-repeat:no-repeat;
	z-index: 2;
}