#main-wrapper {
    width: 960px;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
}

#info {
    clear: both;
    width: 815px;
    height: 15px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background-image: url(../images/top_line.jpg);
    background-repeat: no-repeat;
}

#info div a {
    color: #000;
    padding: 2px 6px;
    background: #eee;
    border-radius: 5px;
    text-decoration: none;
}

#content {
    position: relative;
    margin-top: 150px;
    padding-left: 450px;
    background-image: url(../images/it_logo_big.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#content p.error {
    width: 450px;
    position: absolute;
    top: -70px;
    text-align: center;
    background-color: #000;
    padding: 5px 20px;
    background-image: url(../images/top_line.jpg);
    background-position: center;
    color: #fff;
    border-radius: 10px;
}

#content p.message {
    width: 450px;
    position: absolute;
    top: -70px;
    text-align: center;
    background-color: #000;
    padding: 5px 20px;
    background-image: url(../images/top_line.jpg);
    background-position: center;
    color: #fff;
    border-radius: 10px;
}