* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Tahoma;
	color: #CCCCCC;
	font-size: 8pt;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

img {
	border: none;
}

#content {
	height: 100%;
	width: 100%;
}

#contenthtml {
	position: absolute;
	left: 50%;
	height: 800px;
	width: 1920px;
	margin-left: -960px;
}