div#container {
    background-color:               #002148;
    background-image:               url(../img/bg_start.png);
    background-position:            0px 220px;
    background-repeat:              no-repeat;
}

div#content {
    margin:                         80px 90px 0 90px;
}

div#content p {
    color:                          #a3cdff;
    font-size:                      16px;
    line-height:                    22px;
}

div.content_left {
    float:                          left;
    width:                          400px;
}

div.content_right {
    float:                          right;
    text-align:                     right;
    width:                          380px;
}

div.dotted_divider {
    background-image:               url(../img/dotted.gif);
    background-repeat:              repeat-x;
    height:                         2px;
    margin:                         30px 0 40px 0;
}
