﻿.contentbox {
    display:block;
    margin:0 auto;
    background: rgb(255, 0, 0);
    padding: 45px 0 80px 0;
    position: relative;
    width: 960px;
}

.contentBox.white {
    background: rgba(255,255,255,0.8);
}

.contentBox.white.full {
    background: rgba(255,255,255,1);
}

.content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

