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

body {
	background-color:#000;
}
p {
	margin: 1em;
}

#main {
	position:absolute;
	top: 50%;
	left: 50%;
	width:222px;
	height:127px;
	margin-top: -100px; /*set to a negative number 1/2 of your height*/
	margin-left: -111px; /*set to a negative number 1/2 of your width*/
}
.container {
	height:127px;
}

