html{

        height:100%;

        width:100%;

        overflow:hidden;

}



body{

        top:0px;

        left:0px;

        width:100%;

        height:100%;

        background-color:#ffffff;

        margin:0px;

        padding:0px;

        overflow-x: hidden;
        overflow-y: hidden;
        overflow: hidden;


}

#logo{

        margin:0px;

        padding:0px;

        position:absolute;

        top:80px;

        left:50%;
        margin-left:-358px;

        width:734px;
        height:741px;

        text-align:left;

        font-family: Verdana,Arial, sans-serif;

        color:#3A3A3A;

        text-decoration:none;

        font-size:5px;

        font-weight:normal;

        line-height:8px;


        
        overflow:hidden;
z-index:1;

}

#flash{

        margin:0px;

        padding:0px;

        position:absolute;

        top:0px;

        left:50%;
        margin-left:-475px;

        width:550px;
        height:400px;

        text-align:left;

        font-family: Verdana,Arial, sans-serif;

        color:#3A3A3A;

        text-decoration:none;

        font-size:5px;

        font-weight:normal;

        line-height:8px;


        
        overflow:hidden;
z-index:2;
}
