/* CSS Document */
body{
	background-color: #FFFFFF;

}
#container {
position:absolute;
left: 50%; 
top: 50%;
width: 830px;
height: 530px;
margin-top: -265px; /* half of the height */
margin-left: -415px; /* half of the width */
}
