@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../image/front.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center center;
}


* {
	margin: 0px;
	padding: 0px;
}
#page-wrap {
	margin: auto;
	width: 1000px;

}


#title a {
	display:block;
	color:#000000;
	text-decoration:none;
	outline:none;
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	float: left;
	padding: 5px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
}


#title a:hover, a:active, a:visited {
	text-decoration: line-through;
	outline:none;
}


/* LOWER NAVIGATION */




#info a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
}
#info {
	width: 250px;
	margin-top: 550px;
}

#info a:hover, a:visited, a:active {
	text-decoration: line-through;
	color: #000000;
}
