@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: black;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #b4966c;
	text-align: center;
}
a {
	color: #8f0001;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
img {
	border: 0px;	
}
#no-flash {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}