html {   
    background: white url(background.jpg) repeat scroll;
}

body {
    color: #333333;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

a, a:visited {
    color: #0072BC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #BC7200;
}


.main {
    position: relative;
    margin: 0px auto;
    width: 904px;
    height: auto;
    background: #FFFFFF;
    padding: 0 40px 20px 40px;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px; 
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px; 
    -webkit-border-bottom-right-radius: 4px; 
    -khtml-border-bottom-left-radius: 4px; 
    -khtml-border-bottom-right-radius: 4px; 
}

.header {
    width: auto;
    margin: 0px auto;
}

.header .navbar {
    width: 468px;
    height: 33px;
    margin: 0px auto;
}

.header .navbar li {
    float: left;
    overflow: hidden;
    padding-top: 0px;
    background-repeat: no-repeat;
    height: 33px;
    display: inline;
}

.header .navbar a {
    display: block;
    background-image: url(navbar.png);
    height: 33px;
}

.header .navbar #nav-home {
    background-position: 0px 0;
    width: 129px;
}

.header .navbar #nav-howitworks {
    background-position: -129px 0px;
    width: 184px;
}

.header .navbar #nav-signup {
    background-position: -313px 0;
    width: 124px;
}

.header .navbar #nav-home:hover {
    background-position: 0px -33px;
}

.header .navbar #nav-howitworks:hover {
    background-position: -129px -33px;
}

.header .navbar #nav-signup:hover {
    background-position: -313px -33px;
}

.header #navlogin {
    width: 100px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 9px;
    padding-right: 29px;
    text-align: right;
}

.header #navlogin a {
    color: #001038;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

.header #navlogin a:hover {
    color: #0072BC;
}

.header #navlogin a:active {
    color: #BC7200;
}


.borderhorizontal {
    height: 2px;
    border-top: 1px solid #E9EAEA;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    text-align: center;
    margin-top: 5px;
}

.footer .borderhorizontal {
    width: 900px;
    position: relative;
    margin-top: 10px;
}

.footer ul {
    display: inline;
}

.footer li {
    text-align: center;
    display: inline;
    padding: 0 15px;
}

.footer a {
    font-size: 16px;
    color: #001038;
    text-decoration: underline;
}

.footer .copyright {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    color: #777;
}

.clear {
    clear: both;
}

#error {
    width: 600px;
    background: #FDF1F1 url(/images/error.png) no-repeat scroll 10px;
    display: block;
    margin: 20px auto;
    border: 1px solid #CBC2C2;
    padding: 20px 0px 20px 60px;
    font-weight: bold;
}
