#wrap{
	width:1098px;
	min-height:100%;
	margin:0px auto;
	text-align:left;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	position:relative;
}

/*--------------------------------------------------
  ○ Header & Footer
--------------------------------------------------*/

#header{
	clear:both;
	width:1098px;
	height:102px;
	left:0px;
	position:relative;
	background-image:url(images/head_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#header #logo {
	position: absolute;
	width: 582px;
	height: 44px;
	top: 41px;
	left: 26px;
}

#header #rc {
	position:absolute;
	width:272px;
	height:33px;
	top:58px;
	left:796px;
}

#header #obtn {
	position:absolute;
	width:94px;
	height:25px;
	top:66px;
	left:880px;
}

#navigation{
	clear:both;
	width:1096px;
	height:43px;
	left:1px;
	background-image:url(images/navi_bg.gif);
	background-repeat:repeat-x;
	position:relative;
}

#navigation ul{  
	list-style-type: none;  
	margin: 0;
	padding-left:25px;
}  
  
#navigation li{  
	float: left;  
	width: 95px;  
	margin: 0;  
	padding: 0;  
}  

#foot {
	clear:both;
	width:1096px;
	height:123px;
	left:1px;
	position:relative;
}

#foot #link {
	position:absolute;
	width:675px;
	height:20px;
	top:40px;
	left:50px;
	font-size:11px;
}

#foot #copy {
	position:absolute;
	text-align:right;
	width:300px;
	height:20px;
	top:40px;
	left:746px;
	font-size:11px;
}