/*
    Document   : main-site.css (Base CSS Document)
    Author     : Leandro Antonello
*/

root { display: block; }
html, body { width:100%; height:100%; margin:0px; font-family:sans-serif; font-size:12px; background-color:#efefef; /*overflow:hidden;*/ }