body {
	background-position: center center;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, mono;



}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;


}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;


}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 18px;

}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;

}

.navhere {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;

}

div#box {
	position:relative;  
	text-align: right;
	padding: 0px;
	height: 450px;
	width: 680px;
}

div#menu {
	position:relative;  
	text-align: right;
	padding: 10px;
	height: 450px;
	width: 300px;
}

div#contents {
	position:absolute;
	text-align: left;
	color: #FF0000;
	padding: 10px;
	height: 450px;
	width: 300px;

}


div#bg_index {
	background-image: url(/BG_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


div#bg_sightseeing {
	background-image: url(/BG_sightseeing.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#bg_archive {
	background-image: url(/BG_archive.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#bg_about {
	background-image: url(/BG_5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
