body {
    margin: 0;
}
.home {
    background-color: #aaaaaa;
    font-family: helvetica, arial;
}
.home a {
    text-decoration: none;
}
.home h1 {
    margin: 0 13px 0 0;
    padding-top: 20px;
    font-size: 1.7em;
    font-weight: lighter;
    text-align: right;
}
.home h2 {
    font-size: 1.7em;
    font-weight: lighter;
    margin: 75px 10px 0 0;
    text-align: right;
}
.home .wrapper-1{
      background-image: url("/images/home.jpg");
      background-repeat: no-repeat;
      height: 682px;
      margin: 0 auto;
      width: 1021px;
}
.home .wrapper-2{
    width: 820px;
    margin: 0 auto;
}
.footer {
    background-color: #616271;
    padding: 10px 20px;
    -moz-border-radius: 15px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: lighter;
    text-align: center;
}
.footer li {
    display: inline;
    list-symbol: none;
}
.footer a {
    color: #FFFFFF;
}
.disclaimer {
    font-size: 0.8em;
    color: #4d8ec7;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.main-infobox {
    width: 267px;
    text-align: center;
    float: right
}
.main-infobox a {
    color: #cb351b;
}
.main-infobox .top {
    background-color: #ffffff;
    opacity: .65;
    padding: 5px 30px 10px;
    margin-bottom: 5px;
    border-radius: 17px 17px 0 0;
    font-size: 3.8em;
}
.main-infobox .bottom {
    background-color: #ffffff;
    opacity: .65;
    padding: 10px 10px;
    border-radius: 0 0 17px 17px;
    font-size: 1.8em;
}
.login-infobox {
    float: right;
    margin-bottom: 20px;
}
.login-infobox a {
    color: #2d2d2d;
}
.login-infobox .left {
    background-image: url("/images/left-box.png");
    padding: 10px 5px 10px 15px;
    display: inline-block;
    opacity: 0.65;
    width: 82px;
}
.login-infobox .right{
    background-image: url("/images/right-box.png");
    padding: 10px 15px 10px 40px;
    display: inline-block;
    opacity: 0.65;
    width: 48px;
    margin-left: -35px;
}
.clearer {
    clear: both;
}
.infobox-wrapper{
    margin-bottom: 200px;
}
