@charset "utf-8";
/* CSS Document */    
#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
        
body  {
    background-color : #FFFFFF;
    margin-left : 0;
    margin-top : 10;
    margin-right : 0;
    margin-bottom : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #000000;
    text-align : center;
} 
