/**** 
** BUILD TEMPLATE 
****/

#wrapper
{
    min-height:100%;
    position:relative;
}

.center {
    width:960px;
    margin:0 auto;
    position: relative; 
    background-color: #ffffff;
    border: 1px solid black;
}

#top_bar {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
}

#logo_bar {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
}

#logo_bar .center {
    background-color: #666666;
}

#middle_bar {
    position: relative;
    float: left;
    width: 100%;
    height: 110px;
}

#screen_bar {
    position: relative;
    float: left;
    width: 100%;
}

.screens {
    position: relative;
    float: left;
    min-height: 400px;
    background-color: #ffffff;
}

#left_screen {
    width: 20%;
}

#middle_screen {
    width: 60%;
}

#right_screen {
    width: 20%;
}
