body {
    background: url('../images/body-bottom-bg.jpg') no-repeat 50% bottom;
}
div#bodystage {
    position: relative;
    background: url('../images/body-top-bg.jpg') no-repeat 50% top;
}
div#siteicons {
    position: absolute;
    left: 480px;/*235px;*/
    top: 20px;
    width: 200px;
    z-index: 100;
}
    div#siteicons img {
        margin-right: 15px;
        float: left;
    }
div#siteslogan {
    position: absolute;
    left: 480px;
    top: 120px;
    width: 363px;
    height: 58px;
    z-index: 0;
}
div#sitecontent {
    padding-top: 215px;
    min-height: 1200px;
}

/*
    News
*/
div.newsdateday {
    padding: 1px 2px;
    background-color: #007ac2;
    color: #fff;
}
div.newstitle {
    padding-left: 10px;
}
div.newstitle,
div.newstitle a,
div.newstitle a:hover {
    font-size: 15px;
}
div.newsanounce {
    padding: 0px 0px 15px 10px;
}

/*
    Block registration
*/
div#blockregistration {
}
    div#blockregistration a,
    div#blockregistration a:hover {
        color: #000;
    }
    div#blockregistration div.title {
        padding-bottom: 15px;
    }
    div#blockregistration div.title * {
        font-size: 18px;
    }
    div#blockregistration input {
    }

/*
    Footer
*/
div#sitefooter {
    background: #fff url('../images/footer-bg.jpg') repeat-x left top;
}
    div#sitefooter table {
        width: 100%;
    }
    div#sitefooter * {
        font-size: 11px;
    }
