div#background  {
	background:none repeat scroll 0 0 black;
	height:495px;
	overflow:hidden;
	position:absolute;
	width:986px;
	display:block;
	z-index:1;
}
div#background img {
	position:absolute;

}
div#background img.active {
	z-index:9;
}
#content {
	height:495px;
	background:black;
}
#contentInside {
	position:absolute;
	z-index:8;
	padding:300px 0 0 35px;
}
h3 {
	color:#AF8457;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	margin:0 0 10px 0;
}
#overBack {
	width:100%;
	position:absolute;
	z-index:80;
	border-top:2px solid #AF8457;
	border-bottom:2px solid #AF8457;
	background:url(../images/backWin.png) left top;
	padding:25px;
	padding-left:60px;
	margin-top:250px;
}
#apDiv1 {
	position:absolute;
	left:471px;
	top:188px;
	width:261px;
	height:288px;
	z-index:104;
}
p, ul {
	color:white !important;
	font-size:11px;
}
#leftBack {
	float:left;
	width:545px;
}
#overBack a {
	float:right;
	margin-right:100px;
	margin-top:50px;
}


