@charset "utf-8";
.btn   {
	color: #FFFFFF;
	background-image: url(../images/btn_03.png);
	background-repeat: repeat-x;
	border: 1px solid #956100;
	height: 18px;
	display: block;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	background-position: left top;
	position: absolute;
	left: 871px;
	top: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.btn:hover   {
	color: #E2C567;
	background-image: url(../images/btn_03.png);
	background-repeat: repeat-x;
	border: 1px solid #956100;
	height: 18px;
	display: block;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	background-position: left bottom;
	position: absolute;
	z-index: 2;
	left: 871px;
	top: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}
#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CD9C46;
	border-bottom-color: #CD9C46;
	border-left-color: #CD9C46;
}

#top {
	background-image: url(../images/bgstory.png);
	height: 28px;
	width: 1000px;
	float: left;
	position: relative;

}
#top .text  {
	padding-left: 20px;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}
