* {
    padding: 0 0 0 0;
    margin: 0 0 0 0; 
}

body {
    background: #3E7B94 url(background.jpg) repeat-x center top;
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
}

.main-container {
    text-align: center;
}

.orange-bar {
    width: 900px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    background: #F28C37 url(orange-top.jpg);
}

.top-menu {
    width: 900px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #000F24 url(top-menu.jpg) left bottom;
    text-align: left;
}

.logo-box {
    width: 900px;
    height: 291px;
    margin-left: auto;
    margin-right: auto;
    background: #000F24 url(logo-back.jpg);
    text-align: left;
}

.content {
    width: 900px;
    height: 727px;
    margin-left: auto;
    margin-right: auto;
    background: #00425A url(content-back.jpg);
    text-align: left;
}

.content-soon {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #F28C37 url(orange-top.jpg);
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    color: #81ABB9;
    font-weight: bold;
    text-align: center;
}