#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 333px;
	margin-top: -167px; /*set to a negative number 1/2 of your height*/
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
}
