body {
    margin: 0px;

}

div#main {
    direction: rtl;
}

div#header {
    position: fixed;
    height: 40px;
    width: 100%;
    border: 1px #54849b outset;
    background-color: #adc5d0;    
}

div#header div#timezone {
    padding: 1px;
    font: normal normal 10px tahoma;
    color: #d7ebf4;
    cursor: default;
    position: fixed;
    top: 20px;
    right: 5px;
}

div#header div#loader {
    position: fixed;
    top: 3px;
    left: 5px;
}

div#headerTitle {
    padding: 2px 10px;
    font: normal bold 20px arial;
    color: white;
    text-align: center;
    cursor: default;    
}

div#content {
    padding: 50px 10px;;
}

div#footer {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    border: 1px #54849b outset;
    background-color: #adc5d0;
}


div#footer div#firefox {
    text-align: left;
    padding: 4px 0px 0px 10px;
    float: left;
}

div#footer div#tools {
    margin: 5px;
    width: 500px;
    text-align: right;
    font: normal bold 12px tahoma;
    color: white;
}

form {
    margin: 0px;
    padding: 0px;
}