body,html {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:768px;
	height:480px;
	overflow:auto;
}
div#container {
	z-index:1;
	margin:auto;
	width:768px;
	position:absolute;
	height:480px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

