html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #6C0509 url(../i/intro_bg2.jpg) left bottom repeat-x;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBC84E;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFE94A;
	text-decoration: underline;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 10;
	background: url(../i/intro_bg.jpg) left top repeat-x;
}

#top {
	height: 120px;
	padding: 35px 0 0 0;
	text-align: center;
}

#content {
	position: relative;
	z-index: 100;
	text-align: center;
	padding-bottom: 130px;
}

#content p {
	padding: 15px 0;
}

#flash {
	background-color: #000000;
	width: 552px;
	height: 329px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	height: 180px;
	margin: -180px 0 0 0;
	position: relative;
	z-index: 1;
	background: url(../i/intro_ft1.jpg) left bottom no-repeat;
}
.footer {
	height: 180px;
	background: url(../i/intro_ft2.gif) right bottom no-repeat;
}

.era {
	position: absolute;
	z-index: 10;
	left: 79px;
	top: 132px;
	color: #FF7F52;
	text-decoration: none;
}
.era:hover {
	color: #FFA282;
	text-decoration: none;
}

