HTML, BODY {
    height: 100%;
    margin: 0;
    background-color: #575a50;
}

#spacer { 
    width: 1px;
    height: 50%;
    margin-bottom: -328px; /* half of moviecontainer's height */
    float:left;
}

#moviecontainer {
    width: 1000px;
    margin: 0 auto;
    height: 655px;
    position: relative;
    text-align: left;
    clear: left;   
}

#news_container {
    width: 700px;
    margin: auto;
    text-align: left;
    color: white;
}


#news_container_inner {
    margin-top: 1em;
    margin-left: 4em;
}

#news_container H1 {
    font-size: 150%;
    margin: 0;
}

#news_source {
    margin-bottom: 2em;
    font-size: 100%;
}

#news_content {
    font-size: 95%;
    line-height: 125%;
}

#login {
    background-color: white;
    width: 500px;
    margin: auto;
    margin-top: 5em;
    padding: 1em;
}
