﻿#container{
	width: 950px;
	margin: 0 auto;
	background-color:white;
}

#header{
	background-image: url('../../root_files/img/header.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 87px;
	position:relative;
}
#header a{
	display:block;
	height:100%;
	width:100%;
}
#head_nav_home{	
	position: absolute;
	top: 6px;
	left: 5px;
	width: 310px;
	height: 68px;
}
#head_sitemap{
	position: absolute;
	top: 26px;
	left: 685px;
	width: 88px;
	height: 19px;
}
#head_policy{
	position: absolute;
	top: 4px;
	left: 685px;
	width: 122px;
	height: 19px;
}
#head_inquiry{
	position: absolute;
	top: 6px;
	left: 835px;
	height: 17px;
	width: 95px;
}
#head_exco{
	position: absolute;
	top: 27px;
	left: 835px;
	height: 17px;
	width: 100px;
}
#head_access{
	position:absolute;
	top:8px;
	left:595px;
	width:65px;
	height:15px;	
}
#head_link{
	position: absolute;
	top: 27px;
	left: 595px;
	height: 15px;
	width: 50px;
}
#footer{
	clear:both;
	text-align:center;
	font-size:80%;
	padding-top:30px;
}
#footer a{
	text-decoration:none;
}