#content
{
    position: fixed;
    
    width: 100%;
    height: 100%;
    
    background: url(../img/fond/fond.png), -webkit-gradient(linear, center top, center bottom, color-stop(0%, #f7575B), color-stop(100%, #F19854));
}