@charset "UTF-8";
/* CSS Document */

body 
	{
	background-color:#000000;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#container {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top: 0px;
	overflow: auto;
	left: 0px;
}
#apDiv1 {
	position:relative;
	width:900px;
	height:674px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}
#navbar {
	position:relative;
	width:910px;
	height:79px;
	z-index:3;
}
