body#web {
    background-color: #f2ede4;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

body, div, a, h1, h2, h3, h4, h5, span {
    color: #222;
    font: 11px/1.2 Verdana,Arial,Helvetica,sans-serif;
}

div#web_content_wrapper {
    height: auto;
    margin: auto;
    text-align: center;
    width: 702px;
}

div#web_content {
    background-color: #ffffff;
    border: 1px dotted #005596;
    color: #005596;
    font: 11px/1.2 Verdana,Arial,Helvetica,sans-serif;
    left: 50%;
    margin-left: -350px;
    margin-top: -126px;
    position: absolute;
    top: 50%;
}

div#web_logo {
    content: url("/images/axsguard.jpg");
    float: left;
    height: 140px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-top: 30px;
    width: auto;
}

/* this is for firefox only.
 * firefox does not understand content without a :before */
div#web_logo:before {
    content: url("/images/axsguard.jpg");
    float: left;
    height: 140px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 30px;
    width: auto;
}

div#web_info {
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 580px;
}

div#web_info_your {
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 479px;
}

div#title {
    font-size: 18px;
    height: auto;
    width: auto;
}

div#web_content p {
    font-size: 16px;
}

div#web_content a:link {
    color: #f8971d;
    text-decoration: none;
}

a:link, a:visited {
    color: #005596;
}

a {
    text-decoration: none;
}

div.clear_both {
    clear: both;
    height: 0;
    visibility: hidden;
    width: 100%;
}
