body {
    background-color:#000000;
    padding: 36px 25px 0px 25px;
    color:#CCCCCC;
    font-size: 9pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;    
}

#w_top {
    width:100%;
    height:25px;
    position:relative;
    border-bottom: solid 1px #393F44;
}
#w_title {
    position: absolute;
    left:0px;
    top: 5px;
}
#w_arrs {
    position: absolute;
    right:0px;
    top: 5px;
}
#w_image {
    margin-top: 26px;
    width:100%;
    text-align: center;
}
#w_footer {
    position: absolute;
    bottom:0px;
    left:25px;
}
