body{
    margin:0;
    padding:0;
	 background:#FAF0F1 url('../imgs/back_back.jpg') repeat-x;
}

#title{
  display:none;
}

#wrap{
		
}

#background-top{
	position:absolute;
	left:0;top:0;
	width:1024px;
	height:1050px;
	background-repeat: no-repeat;

}

#main-menu{
	width:200px;
	position:absolute;
	top:460px;
	display:block;
}

#content-center{
	width:358px;
	position:absolute;
	top:358px;
	left:267px;
	
}
#content-right{
	width:281px;
	position:absolute;
	top:358px;
	left:650px;
	}

#content-right-left{
  width:100px;
  float:left;
}

#content-right-inner{
clear:both;
padding-top:20px;
}


#content-center-inner{
	_height:360px;
	min-height:360px;	
	background: url('../imgs/back_content.gif');		
	background-position: 0 -100px;
	padding:0 20px;
}

#footer{
	width:458px;
	height:139px;
	background: url('../imgs/footer_trans.png') no-repeat;
	position:relative;
	left:-63px;
	padding-left:63px;

}

#footer-navi{
  text-align:;
}

#links{
  clear:both;
  text-align:right;
  padding-bottom:100px;
}




