﻿body {
    /*background-color: #4A96AD;*/
    background: #014c83 url("../../include/image/background4.png") repeat-x top left;
}



#master {
    width: 979px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid black;
    border-top: 0;
    border-bottom: 0;
    -moz-box-shadow: 0 0 1em black;
    -webkit-box-shadow: 0 0 1em black;
    box-shadow: 0 0 1em black;
}

#master-header {
    height: 90px;
    color: white;
    background-color: black;
    background: url('../../include/image/logo/oncall.png');
    padding: 0 5px 0 5px;
}

/*#master-footer {
    color: white;
    background: url('../../include/image/footer_bg.gif');
    text-align: center;
    font-size: 70%;
    font-weight: bold;
}*/

#master-footer {
    background-color: #dcdada;
    color: black;
    text-align: center;
    font-size: 80%;
    font-weight: bold;    
}

#master-body {    
    background-color: white;
}

.master-body-padding {
    padding:5px;
}
