/*------------------------------------------------------------- 
                    MASTER STYLES
---------------------------------------------------------------*/

div1{
    border:1px solid #c00;
}

body{
    margin:0px; padding:0px;
    font-family: Century Gothic, Calibri Light, Calibri, Tahoma;
    font-size:12px;
}
.master_container{
    margin:auto; height:auto; overflow:visible; border:0px solid #f00;
}

.div{
    overflow:auto;
}

a{
    color: #008fd5;
}