/* CSS Document */
* {
margin: 0;
}

body {
background: url("ondas.jpg") ;
}

div.flash {
position: absolute;
top: 50%;
left: 50%;
margin-left: -525px;
margin-top: -270px;
width: 1050px;
height: 540px;
text-align: center;
}

div.hide {
text-indent: -2000px;
}

div.sitemeter {
display: none;
}

