/* 
    Document   : styles
    Created on : Sep 8, 2013, 12:57:22 PM
    Author     : martin
    Description:
        Main page styles
*/

root { 
    display: block;
}

#container {
    position:relative;
    height:25px;
    width:100%;
}
#container div {
    width:200px;
}
#left {
    position:absolute;
    left:120px;
    bottom:0px;
}
#center {
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:0px;
}
#right {
    position:absolute;
    right:0px;
    bottom:0px;
}
