/* CSS Document */
*,body,html { margin:0px; padding:0px; outline: 0px; }

img,a  { border:0px; display: block; }

body { background-color: white; }

#container { 
	width: 500px; 
	position: absolute; 
	left: 50%; 
	margin-left: -250px; 
	height: 376px; 
	top: 50%; 
	margin-top: -188px;
}

