* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
}

#container {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}