#container {
    position: relative;
    margin: 0 auto;
    width: 960px;
}
#promo {
    position: relative;
    margin: 0 auto;
}
#invite-notice,
#contact {
    float: left;
    margin: 0;
    text-align: right;
    font-family: "American Typewriter", "Bookman Old Style", "Georgia", "Courier New", monospace;
    font-size: 24px;
    line-height: 100%;
    width: 45%;
}
#invite-notice strong {
    white-space: nowrap;
}
#invite-notice .smaller,
#contact .smaller {
    font-size: 18px;
}
#login {
    margin-top: 1ex;
    margin-bottom: 1ex;
    font-size: 36px;
    text-align: center;
}
#login form {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
#email-input {
    color: #3d5283;
    font-size: 18px;
    width: 70%;
    border: 1px solid #cddbe7;
    margin-bottom: 1ex;
    background: #F7FCFF url('/images/input_bg.png') repeat-x top right;
    padding: 5px;
    height: 36px;
    vertical-align: top;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#email-input-label {
    font-family:"American Typewriter","Bookman Old Style","Georgia","Courier New",monospace;
    font-size:16px;
    position:absolute;
    right:30%;
    bottom: 30%;
    color: #ddd;
}
#email-submit {
    width: 25%;
    font-size: 18px;
    height: 36px;
    vertical-align: top;
    border: 1px solid #3d5283;
    background-color: #cddbe7;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#email-submit:hover {
    background-color: #deecf8;
    cursor: pointer;
}
#signup-or-login .smaller {
    clear:left;
    font-size: 14px;
}

#promo_boxes {
    margin: 10px 10px 10px 10px;
}
.promo_content {
    position: relative;
    float:left;
    width: 230px;
    padding: 10px;
    padding-left: 70px;
    text-shadow: 0px 0px 2px white;
    min-height: 250px;
    font-family: "American Typewriter", "Bookman Old Style", "Georgia", "Courier New", monospace;
    font-size: 16px;
}
.promo_content .inner {
    background: rgba(230, 230, 220, 0.5) none repeat scroll 0 0;
    margin: 0;
    padding: 5px;
    min-height: 230px;
}
.promo_content .inner h2 {
    text-align: right;
}
#promo_one {    
    background:  url('/images/1.png') no-repeat;
}

#promo_two {
    background: url('/images/2.png') no-repeat;
}

#promo_three {
    background:  url('/images/3.png') no-repeat;
}

#bbva {
    float: right;
    width: 49%;
}

#bbva .promo_content p {
    padding-bottom: 60px;
    background-image: url(../images/arrowright.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}