body, html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #454545 !important;
}

.logo {
    content: "";
    background: url(../images/sch_logo.png) no-repeat center;
    width: 299px;
    height: 60px;
    margin: 10px auto 0px;
}

.content {
    background: #fff;

    width: 640px;
    margin: 10px auto;
}

.footer{
    width: 590px;
    margin: 30px auto;
}

#schlPageContent, #pageContent {
    background-color: #454545 !important;
}

body.schlCoppa #schlMainContent {
    padding-top: 0 !important;
}