body {
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/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: 800px;
	height: 100px;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 1;
	display: block;
}

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

#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(../image/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(../image/ent.jpg);
	background-repeat: no-repeat;
}


