* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
}

#container {
	position: absolute;
	top: 50%;
	left: 20%;
	width: 1px;
	height: 1px;
	display: inline;

}

#center {
	position: absolute;
	top: -230px;
	left: -300px;
	width: 250px;
	height: 150px;
}