#header {
	background-color: #000;
	position: relative;
	height: 459px;
	width: 100%;
}
#header #headCont1 {
	width: 980px;
	position: relative;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
}
#header #headCont1 h1 {
	font-size: 15px;
	color: #FFF;
	padding-top: 15px;
	padding-left: 25px;
}
#header #headCont1 #id{
	position: absolute;
	left: 541px;
	top: 64px;
	width: 96px;
}
#header #headCont1 #pass{
	position: absolute;
	width: 95px;
	left: 743px;
	top: 63px;
}
#header #headCont1 #check {
	position: absolute;
	left: 745px;
	top: 34px;
}
#header #headCont1 #btn{
	position: absolute;
	left: 861px;
	top: 62px;
}
#header #headCont2 {
	width: 980px;
	position: relative;
	background-image: url(../img/main_img.png);
	background-repeat: no-repeat;
	height: 351px;
	margin-right: auto;
	margin-left: auto;
}
#header #headCont2 #regForm {
	position: absolute;
	left: 498px;
	top: 58px;
}
#header #headCont2 #regForm iframe {
	height: 290px;
	width: 454px;
}
#searchArea {
	background-color: #222222;
	width: 100%;
	height: 538px;
	position: relative;
	padding-top: 15px;
}
#searchArea #searchBox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: table;
}
#searchArea #searchBox > * {
	display: table-cell;
}
#searchArea #searchBox #selectArea {
	width: 424px;
	background-image: url(../img/searchbox.png);
	background-repeat: no-repeat;
	height: 521px;
}
#searchArea #searchBox #selectArea ul {
	font-size: 13px;
	position: absolute;
	color: #FF0066;
	left: 34px;
	width: 332px;
	top: 102px;
	line-height: 1.8em;
}
#searchArea #searchBox #selectArea ul li {
	float: left;
	margin-right: 25px;
}
#searchArea #searchBox #selectArea ul li a:link {
	color: #FF0066;
	text-decoration: underline;
}
#searchArea #searchBox #selectArea ul li a:hover {
	color: #FF5EAA;
	text-decoration: underline;
}
#searchArea #searchBox #selectArea ul li a:visited {
	color: #FF0066;
	text-decoration: underline;
}
#searchArea #searchBox #resultArea iframe{
	height: 521px;
	width: 556px;
	background-color: #FFF;
}
#titleBar {
	background-color: #000;
	text-align: center;
	height: 92px;
	width: 100%;
}
#mobile {
	background-color: #474747;
	text-align: center;
	position: relative;
	height: 122px;
}
#footer {
	height: 60px;
	width: 100%;
	position: relative;
}
#footer ul {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 15px;
}
#footer ul li {
	float: right;
	margin-right: 25px;
}
