body {
	background-color: #2E2A25;
}
a {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}
.Story:link, .Story:visited {
	background-color: #221604;
}
.Story:hover {
	background-color: #392407;
}
.photo:link, .photo:visited {
	background-color: #AA8A41;
}
.photo:hover {
	background-color: #C8A44D;
}
.contact:link, .contact:visited {
	background-color: #423427;
}
.contact:hover {
	background-color: #5B4735;
}
.home:link, .home:visited {
	background-color: #9E1005;
}
.home:hover {
	background-color: #BC1305;
}
#nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#btn {
	margin: auto;
	background-image: url(../../img/btn_home.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
#btn a {
	text-align: left;
	width: 15px;
	display: block;
}
#btn img {
	border: 0;
	border: none;
}
#btn:link, #btn:visited {
	background-image: url(../../img/btn_home.gif);
	background-repeat: no-repeat;
}
#btn:hover {
	background-image: url(../../img/btn_home-f2.gif);
	background-repeat: no-repeat;
}
.centered_div {
	width:900px;
	height: 568px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -290px;
}
