#wrap{
	width:1018px;
	min-height:100%;
	margin:0px auto;
	text-align:left;
	background-color:#000;
	background-image:url(images/main_bg.png);
	background-repeat:repeat-y;
	position:relative;
}

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

#header{
	clear:both;
	width:1000px;
	height:96px;
	left:9px;
	position:relative;
}

#navigation{
	clear:both;
	width:1000px;
	height:60px;
	left:0px;
	position:relative;
	margin: 0px auto 0px auto;

}

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


#foot {
	clear:both;
	width:1000px;
	height:98px;
	left:9px;
	color:#FFF;
	position:relative;
	background-color:#333;
}

#foot #link {
	position:absolute;
	width:360px;
	height:20px;
	top:40px;
	left:85px;
	font-size:11px;
	background-color:#333;
}

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