@charset "ISO-8859-1";
BODY, HTML  { width:100%; min-width:100%; height:100%; min-height:100% }
body {
	background-color: #343434;
}
#wrapper {
	width: 90%;
	height: 960px;
	position: absolute;
	left: 2%;
	right: auto;
}
#wrapper #stage {
	width: 80%;
	position: absolute;
	top:60px;
	left: 8%;
	right: auto;
}
#wrapper #apDiv1 {
	position:absolute;
	left:25%;
	top:60px;
	width: 610px;
	height: 399px;
	z-index:1;
}
#wrapper #apDiv2 {
	position:absolute;
	left:15%;
	top:9px;
	width: 501px;
	height:371px;
	z-index:10;
}
#wrapper div #top {
	width: 95%;
	position: relative;
}
#wrapper #apDiv3 {
	position:absolute;
	left:10%;
	top:60%;
	width: 85%;
	z-index:3;
	font-family: Calibri;
	font-size: 22px;
	color: #06F;
	text-align: justify;
	font-weight: lighter;
	right: auto;
	min-width: 80%;
}
#wrapper #apDiv4 {
	position:absolute;
	left:10%;
	top:53%;
	width: 80%;
	z-index:4;
	font-family: Calibri;
	font-size: 20px;
	color: #E8E8E8;
}
a {
	color: #6CF;
}
a:hover {
	color: #F43C00;
}
a:visited {
	color: #090;
}
