body {
    text-align: center;
    background-color: #f9f9e6;
}

body,table,td {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

td {
    padding: 0;
    margin: 0;
}


#video_container {
    display: none;
    width: 800px;
    height: 700px;
}

#main_container {
    width: 800px;
    height: 700px;   
    position: relative;
    margin: 0 auto;
    text-align: left;
    background-image: url(images/loading.jpg);
    background-repeat: no-repeat;
}

#main_header {
    position: absolute;
    top: 0;
    left: 0;

}

#main_left {
    position: absolute;
    top: 132px;
    left: 0;
}

#content {
    position: absolute;
    top: 132px;
    left: 60px;
}


#main_right {
    position: absolute;
    top: 132px;
    left: 700px;
}

#main_footer {
    position: absolute;
    top: 612px;
    left: 0;
}

.loading_image { 
    display: none;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.error_box {
    display: none;
    padding: 20px; 
    border: 1px solid red;
}   



#sign_up_form { display: none; }
#login_link_box { display: none; }

