/* CSS Document */

*{
margin:0;
padding:0;
}

body {
background-color:#333333;

}

#flash {
position:fixed;
width:100%;
height:100%;
max-height:90%;
max-width:90%;
margin-left:5%;
margin-top:3%;

}
