* {
    margin: 0px;
    padding: 0px;
}

body {
	position: relative;
    margin: 0px auto;
    text-align: center;
    background-color: #100b07;
    font-family: arial, sans-serif;
    color: #ffffff;
}

a {
	text-decoration: none;
	color: #e5a160;
}

a:hover {
	text-decoration: underline;
}

#topBanner {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 1000px;
	height: 400px;
}

iframe#content {
	background-color: #100b07;
	width: 1000px;
	height: 650px;
	position: relative;
	margin: 0px auto;
}

#footer {
	border-top: 2px solid #333333;
	position: relative;
	margin: 10px auto;
	width: 1000px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
}
