* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: transparent;
}

a, a:active, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html, body {
	width: 100%;
	height: 100%;
	background: #350500;
	font-size: 11px;
	color: #333;
	font-family: arial, sans serif;
}

body {
	background: #350500 url(images/bg.jpg) center center no-repeat;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 490px;
	margin-top: -245px;
	overflow: visible;
}

#main-container {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: transparent;
}

#flash {
	width: auto;
	height: auto;
	background: transparent;
}

#noflash {
	display: inline;
	float: left;
	width: 400px;
	height: 120px;
	margin: 172px 0 0 200px;
}

#footer {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	color: #FEFFE3;
	background: transparent;
}