div.big_container {
	position:absolute;
	width:72em;
	height:32em;
	margin-top: -16; /*set to a negative number 1/2 of your height*/
	margin-left: -36em; /*set to a negative number 1/2 of your width*/
	background-color: #015873;
	}

