/* hide from ie on mac \*/
html {
    height: 100%;
    overflow: hidden;
}

#flashcontent {
    height: 100%;
}
/* end hide */

#login{
    position:   relative;
    margin:     auto;
    top:        100px;
    border:     7px solid black;
    width:      500px;
}

    #login span.message{
    
    }
    
    #login table{
        margin: auto;
    }
    
body {
    height:             100%;
    margin:             0;
    padding:            0;
    background-color:   #FFF;
    color:              #000;
}
