Gracias.
Código CSS:
Ver original
html,body{ height:100%; margin:0; } .clearfix{clear:both;} .wrapper { min-height:100%; height: auto!important; height:100%; } .contenido { width:100%; margin:0 auto; } .cutter {clear: both; padding-top: 378px; background-color:#fbfbfb;} .header{ width:100%; height:150px; background-color:red; position:absolute; top:0; } .curse{ width:100%; height:100%; background-color:green; } .footer { height: 378px; margin-top: -378px; background-color:blue;}