body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
#container {
	position: absolute;
	top: 40%;
	left: 50%;
}
.center {
	position: relative;
	left: -50%;
	width: 100px;
	height: 70px;
}