* {
	padding: 0;
	margin: 0;
}

body {
   background-color: #001737;
   color:#001737;
}

#container {
	position: absolute;
	top: 150px;
	left: 290px;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: -150px;
	left: -290px;
	width: 775px;
	height: 400px; 
}
