@charset "utf-8";

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}




#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

#apDiv1 {
	position:absolute;
	top:42%;
	width:100%;
	z-index:1;
	height: auto;
	text-align: center;
}

a:link {
	text-decoration: none;
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

a:visited {
	text-decoration: none;
	font-family: Georgia;
	font-size: 24px;
	color: #333;
}

a:hover {
	text-decoration: none;
	font-family: Georgia;
	color: #333;
	font-size: 24px;
}

a:active {
	text-decoration: none;
	font-family: Georgia;
	color: #333;
	font-size: 24px;
}
