/* CSS Document */

#container  {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 50%;
	left: 50%;
	width: 740px; 
	height: 600px; 
	margin: -300px -370px; 
}


