.wrapper {
    margin: 15px auto 0 auto;
    max-width: 1024px;
    width: 80%;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-shadow: 0 0 10px #777;
    background-color: #f8f8f8;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#E5E4E2);
    border:solid thin #9A9A9A;
}
.nav-bar {
    left: -1px;
    box-shadow: 0 1px 5px #ccc;
    border-bottom: solid thin #E5E4E2;
    position: relative;
    height: 50px;
    width: 100%;
    margin: 0 auto 0 auto;

}
div {
    display: block;
}
.content {
    padding: 30px;
}
.message-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content h1 {
    color: red;
    font-size: 28px;
}
.content h2 {
    display: block;
    color: #333;
}
.navbar-header img {
    max-width: 150px;
    margin: 15px 0;
    margin-left: 15px;
    border:none;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

}

div.message-area > h2 {
    border-bottom:none;
}
.cb-copyright {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}