html, body {
	width: 100%;
	background-color: #2c2615;
	height: 100%;
	background-repeat: repeat;
}

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}


.centered {
	text-align: center;
}
.centered-table {
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 40px;
	border: 1px solid #FFFFFF;
}
#flashcontent {
	width: 800px;
	height: 531px;
	text-align: center;
}

.soon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.footer_table {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo_txt.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
	margin-top: 5px;
	background-position: center;
}
.footer_table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #948151;
	text-align: center;
	vertical-align: bottom;
}
.footer_table a {
	color: #cd9b47;
	text-decoration: none;
}
.footer_table a:hover {
	color: #ffffff;
	text-decoration: none;
}

