* {
	margin: 0px;
	padding: 0px;
}

/*div {
	border: 1px solid red;
}*/

html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin-top: 0px;
	text-align: center;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: 50%;
	margin-top: -240px;
	width: 720px;
	height: 480px;
}

#containerad {
	width: 900px;
	margin: 0px auto;
}
