html, body {
        width: 100%; 
        height: 100%;
} 

#root {
        position:absolute; 
        top:0px; 
        bottom:0px; 
        left:0px; 
        right:0px; 
        width:100%; 
        height:100%;
}

body {
        margin: 0px 0px 0px 0px;
        font: 15px/17px Times New Roman, Palatino, Serif;
        color: #fff;
        background-color: #000;
}

#egc_page {
        font-family: Verdana, Arial, sans-serif;
}

.caption {
        color: #573;
        font-size: 13px;
        font-weight: bold;
        margin: auto;
        text-align: center;
 }
img {
        border: 0px;
}
