body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#centerBox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 100px;
	margin-left: -200px;
	margin-top: -100px;
}
