* {
padding: 0px;
margin: 0px;
}

body {
height: 100%;
background: #000000;
text-align: center;
}

#container {
width: 100%;
height: 100%;
text-align: left;
position: relative;
}

#gallery_swf {
width: 660px;
height: 527px;
position: absolute;
/*centering*/
left: 50%;
top: 50%;
margin-left: -330px;
margin-top: -263px;
}