.big-word {
    font-size:130%;
    color:#58ffff;
    font-weight:bold;
    font-family:Georgia, serif;
}

#everything {
    padding-right:20px;
    background: url(images/intro-bg.jpg) no-repeat;
    font-family:Georgia, sans-serif;
}

#content {
    min-height:350px;
    height:350px; /* For IE6 */
    background:transparent;
    padding-top:0;
}

#header {
    background:transparent;
}    

#promo {
    float:left;
    width:400px;
    margin: 0 75px 10px 0;
/*    background:#DFDEE2;
    border:5px solid #5076B4; */
    color:white;
}

#promo h1 {
    color:white;
}

.login-box {
    position:absolute;
    left:490px; top:60px;
    width:200px;
    border:1px solid;
    border-color:rgb(216,223,234) rgb(14,31,91) rgb(14, 31,91) rgb(216,223,234);
    padding:3px;
}

.login-box input {
    width:120px;
}

.login-box .submit {
    background:#5090FF;
    color:white;
    width:55px;
}

.login-box .forgot-password {
    font-size:80%;
}

.login-box a {
    color:#ccc;
}

#join-now {
    margin:0 auto;
}

#other-logins {
    position:absolute;
    left:450px; top:150px;
    height:180px; width: 280px;
    padding:5px;
    color:white;
}

#other-logins h3 {
    margin:10px 20px 10px;
    text-align:center;
    border-bottom:1px solid gray;
}
    
#other-logins a {
    color:navy;
}

#other-logins a:hover, .login-box a:hover {
    color:#58FFFF;
}

#other-logins ul {
    padding:0;
    margin:15px 0 0 5px;
}
#other-logins li {
    list-style:none inside;
    margin-bottom:5px;
}

#other-logins img {
    vertical-align:middle;
}

#join-now {
    position:absolute;
    left:111px;
    top:340px;
}

#footer {
    background:transparent;
    margin-top:10px;
}