body, 
html 
{
   	height              : 99%;
   	margin              : 0;
}
.bg 
{
    background-image    : url("/imagem/bg.jpg");
    background-size     : 100% 100%;
    /*
    height              : 99%; 
    margin-top          : -15px;
    margin-right        : 0px;
    margin-bottom       : 30px;
    margin-left         : 0px;
    background-position : center;
    background-repeat   : no-repeat;
    background-size     : cover;
    overflow            : none;*/
}