

#apDiv1 {
	position:absolute;
	left:10%;
	top:100px;
	width:800px;
	height:200px;
	padding:100px;
	background-color:#000000;
	font-family:"hei";
	color:#ffffff;
	line-height:1.5em;
	letter-spacing: .2em;
	word-spacing: .2em;
}
h1 {
	font-family: "Hei";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFF;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
}
body,td,th {
	font-family: "Hei";
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:100%;
	
}


