body, html{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
}

#centerimg {
	top: 50%;
	left: 50%;
	position: absolute;
	padding: 0px;
	margin-top: -350px;
	margin-left: -490px;
	height: 700px;
	width: 980px;
	z-index: 100;
	}