html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

body {
    font: 12px/20px "Trebuchet MS", sans-serif;
    background: #20204b url(/img/bg.png) top left repeat-x;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    outline: none;
}

a {
    color: #e2000f;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #535353;
    text-decoration: none;
}

#content {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 960px;
}

#nav {
    width: 960px;
    height: 105px;
    background: url(/img/navbg2.png) 0px 20px no-repeat;
}

#nav #logo {
    margin-left: 60px;
    float: left;
}

#quote {
    width: 940px;
    height: 205px;    
}

#main {
    width: 960px;
    height: 392px;
    background: url(/img/vitbg.png) top left no-repeat;
}

#main_index {
    width: 960px;
    height: 450px;
    background: url(/img/vitbg_index.png) top left no-repeat;
}

#main_technical {
    width: 960px;
    height: 490px;
    background: url(/img/vitbg_technical.png) top left no-repeat;
}

#main_claims {
    width: 960px;
    height: 420px;
    background: url(/img/vitbg_claims.png) top left no-repeat;
}

#left {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    width: 440px;
    float: left;
}

#right {
    margin-left: 20px;
    margin-top: 15px;
    margin-right: 20px;
    width: 440px;
    float: right;
}

#footer {
    text-align: center;
    margin-top: -25px;
}