.textads {
	display: none;
}
html {
	height: 100%;
	overflow: hidden;
}
#content {
	height: 100%;
}
body {
	background-color: #000;
}
#apDiv1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #000000;
}