body {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	margin-top: -50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -150px;
}
