@charset "utf-8";
#container {
	width: 850px;
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -100px;/* -50% from total height */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -425px;/* -50% from total width */
}
