@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: Tahoma;
	font-size: 12px;
}
.bg {
	background-color: #6b0000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 130%;
}
#wrapper {
	background-image: url(../images/wrap-shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 838px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 84px;
	padding-left: 84px;
	overflow: hidden;
}
#main {
	width: 838px;
	overflow: hidden;
}
#footer {
	color: #dcc881;
	font-family: Tahoma;
	width: 838px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
#footer a {
	color: #dcc881;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC99;
}
