@charset "UTF-8";
/* CSS Document */

#container{
margin:auto;
padding:auto;
width:787px;
height:600px;
}

#gallery {
	position:absolute;
	margin-left:auto;
	margin-right: auto;
	width: ...;
} 
