#divHeader {
    background-color: #636EFF;
    background-image: url(../Images/LogoNoBoarder.jpg), url(../Images/bg-cloud.jpg);
    background-position: left top, 300px 0px;
    background-repeat: no-repeat no-repeat;
    text-align: left;
    height: 95px;
}

.site-name {
    /*width: 360px;*/
    /*height: 90px;*/
    top: 15px;
    position: absolute;
    z-index: 4;
    overflow: hidden;
    margin: 0px;
    padding-left: 335px;
    color: white;
    font-weight: bold;
    font-size: 150%;
}

.divContent {
    line-height: 150%;
}

.liStandBy {
    font-weight: 100;
    font-size: 100%;
}

.liCurrent {
    font-weight: bold;
    font-size: 150%;
}