body {
	background-image : url(../img/layout/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
background-color : #f6f6f6;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image : url(../img/index/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 665px;
	position: relative;
	z-index: 0;
}

#link-area {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#link-area p {
	width: 800px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 50px;
	text-align: center;
}

#header h1 a {
	text-indent: -999em;
	width : 550px;
	height : 170px;
	position: absolute;
	top : 0px;
	left : 300px;
	z-index: 1;
	display: block;
}

#header h3 {
	text-indent: -999px;
}

#header ul {
	margin-left: 275px;
	list-style-type: none;
}

#exi a {
	width: 250px;
	height: 60px;
	display: block;
	position: absolute;
	top: 460px;
	text-indent: -999em;
}

#exi a:hover {
	width: 250px;
	height: 60px;
	display: block;
	position: absolute;
	top: 460px;
	text-indent: -999em;
	background-image: url(../img/index/exi.jpg);
	background-repeat: no-repeat;
}

#ent a {
	width: 250px;
	height: 60px;
	display: block;
	position: absolute;
	top: 400px;
	text-indent: -999em;
}

#ent a:hover {
	width: 250px;
	height: 60px;
	display: block;
	position: absolute;
	top: 400px;
	text-indent: -999em;
	background-image: url(../img/index/ent.jpg);
	background-repeat: no-repeat;
}


