@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#container {
	position:absolute;
	left: 50%;
	width:600px;
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	margin-top: 0px;
}
	#logo {
	height: auto;
	vertical-align: middle;
	width: 600px;
}
