/* CSS Document */
html, body {
width:100%;
height:100%;
padding: 0px;
margin: 0px;
}
#cell {
/*vertical-align: middle;*/
width:990px;
height:590px;
position: absolute;
left: 50%;
top: 50%; /* hack para o IE6 e IE7 */
margin: -295px auto auto -495px;
/*position: absolute; /* hack para o IE6 e IE7 */
}
#flash{
z-index:1;
top:0px;
}