@charset "utf-8";
/* CSS Document */
body, html {
	background-color:#000;
	height: 100%;
	margin: 0;

}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	text-align: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	visibility: hidden;
}
#Content{
	hieght: 100%;
	width: 100%;
	margin: 0;
	text-align:center;
	overflow:hidden;
}
