

.footer1 > p {
    color: #fff;
    margin:0;
}

 *  {
     margin:0;
     padding:0;
 }

 html, body {height:100%;}

 .geral {
     min-height:100%;
     position:relative;
     width:800px;
 }

 .footer1 {
     position:absolute;
     bottom:0;
     width:100%;
     background: #3B5995;
     text-align: center;
 }

 .content {overflow:hidden;}
 .aside {width:200px;}
 .fleft {float:left;}
 .fright {float:right;}
