body {
    background-image: url(/images/homepage/bkgnd.gif);
    background-repeat: repeat-x;
    background-color: #eef4d5;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

a {
    color: #0077a1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

#homepage {
    position: relative;
    top: 30px;
    left: 50%;
    margin-left: -384px;
    width: 768px;
    height: 324px;
    background-image: url(/images/homepage/panel.jpg);
    background-repeat: no-repeat;

    font-size: 18px;
    font-family: 'Myriad Pro', Arial;
    color: #505050;
}

#homepage .logo-area {
    position: relative;
    top: 60px;
    left: 5px;
    float: left;
}

#homepage .logo-area .subtitle {
    padding-left: 15px;
}

#homepage .right-container {

    border: 1px solid purple;
}

#homepage .login-area {
    position: relative;
    top: -18px;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}

#homepage .login-area a {
    text-decoration: none;
    font-weight: bold;
    color: #0077a1;
}

#homepage .login-area a:hover {
    text-decoration: underline;
}

#homepage .signup-area {
    float: right;
    position: relative;
    top: 113px;
    width: 228px;
    height: 88px;
}

#homepage .signup-area .title {
    margin-top: 12px;
    text-align: center;
    margin-bottom: 3px;
}

#homepage .signup-button {
    text-align: center;
}

#homepage .signup-button a {
    color: white;
}

#homepage .bottom-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 768px;
    height: 102px;
}

#homepage .bottom-container .latest-faces {
    height: 102px;
    width: 390px;
    float: left;
}

#homepage .bottom-container .latest-challenge {
    width: 365px;
    height: 102px;
    float: left;
}

#homepage .latest-faces .face-holder {
    padding-top: 10px;
    padding-left: 17px;
}

#homepage .latest-faces .face-holder .face,
#homepage .latest-faces .face-holder .face IMG.base-img,
#homepage .latest-challenge .starterFace,
#homepage .latest-challenge .starterFace IMG.base-img {
    height: 55px;
    width: 55px;
    float: left;
}

#homepage .latest-faces .face-holder .face IMG.base-img,
#homepage .latest-challenge .starterFace IMG.base-img,
#homepage .latest-challenge .entry IMG.base-img {
    border: 1px solid #808080;
}

#homepage .latest-faces .face-holder .face {
    margin-right: 6px;
}

#homepage .bottom-container .header {
    color: white;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 7px;
    font-size: 15px;
    float: left;
}

#homepage .bottom-container .more-area {
    margin-left: 5px;
}

#homepage .bottom-container .more-area a {
    font-size: 11px;
    font-weight: normal;
    color: #e0e0e0;
}

#homepage .footer {
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    font-family: Arial;

}

#homepage .latest-challenge .challenge-holder {
    padding: 10px;
}

#homepage .latest-challenge .details {
    padding-left: 14px;
    padding-top: 3px;
    float: left;
}

#homepage .latest-challenge .entry,
#homepage .latest-challenge .entry IMG.base-img {
    height: 25px;
    width: 25px;
    float: left;
}

#homepage .latest-challenge .entry-holder {
    margin: 0 2px;
}

#homepage .latest-challenge .entry {
    margin-right: 6px;
}

#homepage .latest-challenge .enter-area a,
#homepage .latest-challenge .enter-area IMG {
    border: 0px;
}

#homepage .latest-challenge .enter-area {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

#homepage .latest-challenge .starterFace {
    margin-left: 5px;
}
