body {
	text-align: center;
	background-color: #000;
}
#banner {
	position:absolute;
	left:102px;
	top:11px;
	width:352px;
	height:160px;
	z-index:2;
	background-color: #000;
	visibility: visible;
}

#container {
	position:absolute;
	left:492px;
	top:74px;
	width:357px;
	height:436px;
	z-index:2;
	border: medium solid #C39;
	visibility: visible;
}

.eurostile {
	font-family: Eurostile;
	color: #CD9933;
	text-align: right;
	font-size: 36px;
	font-weight: normal;
}
#wrapper {
	position:relative;
	width:901px;
	height:564px;
	z-index:1;
	background-color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-decoration: overline;
	border: thin solid #FC3;
}
.home {
	font-family: Eurostile;
}
.eurostile_text {
	font-family: Eurostile;
	font-size: 20px;
	color: #CB9A34;
	font-weight: normal;
	text-align: right;
}

