/* CSS Document */
body, html {
text-align:left;
background:#052a61;
font-family:helvetica, arial, sans serif;
margin: 0 auto;
padding:0;
height: 100%;
background-image:url(white_background_effect.jpg);
background-position:center;
background-repeat:no-repeat;
color:#FFFFFF;
 }


#wrapper {
width:552px;
margin: 0 auto;
padding:0;
background-position: 50%;
}


#footer {
font-size:11.5px;
margin-top: -40px; /* negative value of footer height */
clear:both;
/height:40px;
text-align:center;

}

#main {padding-bottom: 40px;}  /* must be same height as the footer */ 

#masks{
overflow:auto;
width:552px;
height:295px;
}

#masks img {
border:none;
outline:none;
margin-bottom:10px;
}

#bottomshadow {
position:absolute;
margin-top:272px;
margin-left:3px;
}

#topshadow {
position:absolute;
margin-top:0px;
margin-left:3px;

}