* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 300px;
	display: inline;
}

#center {
	position: relative;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 300px;
}
