@charset "utf-8";
@import url(./common.css);
body {
	background: #490302 url(../images/back_index.jpg) center top repeat-x;

}
.wrapper {
	width: 810px;
	text-align: center;
	background: none;
}

h1 {
	text-align: left;
	margin: 5px 0;
	padding-left:10px;
	font-size: 12px;
	color: #c8bd12;
}

p {
	color: #e3cd82;
	margin-bottom: 10px;
}

#indexImage {
	width: 810px;
	margin: 0 auto 20px;
	text-align: center;
	font-size:12px;
	position:relative;
	z-index:1;
}

li {
	display: inline;
	margin: 0 50px;
}

h2 {
	color: #e3cd82;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.indexFooter {
	width: 810px;
	font-size: 12px;
	margin-top: 30px;
	color: #e3cd82;
	background: none;
}

.indexFooter a {
	color: #e3cd82;
	cursor: text;
}

#link {
	width: 810px;
	font-size: 12px;
	margin-top: 30px;
}

#link p {
	color: #000000;
}

#link a {
	color: #7a4544;
}

#dropin {
	position:absolute;
	visibility:hidden;
	left:50%;
	top:50px;
	margin-left:-150px;
	width:300px;
	height:40px;
	padding-top:10px;
	padding-bottom:8px;
	background:#000000;
	z-index:10000;
	border:3px solid #fff;
	margin-top: 125px;
	opacity: 0.8;
	filter: alpha(opacity:80);
	font-weight:bold;
	color:#f66;
	font-size:16px;
}

