html{ height: 100%; padding: 0; margin: 0; } body { height: 100%; background: #FFF; background-image: linear-gradient(left top, rgb(220,220,220) 100%, rgb(255,255,255) 55%, rgb(220,220,220) 100%); background-image: -o-linear-gradient(left top, rgb(220,220,220) 100%, rgb(255,255,255) 55%, rgb(220,220,220) 100%); background-image: -moz-linear-gradient(left top, rgb(220,220,220) 100%, rgb(255,255,255) 55%, rgb(220,220,220) 100%); background-image: -webkit-linear-gradient(left top, rgb(220,220,220) 100%, rgb(255,255,255) 55%, rgb(220,220,220) 100%); background-image: -ms-linear-gradient(left top, rgb(220,220,220) 100%, rgb(255,255,255) 55%, rgb(220,220,220) 100%); background-image: -webkit-gradient( linear, left top, right bottom, color-stop(1, rgb(220,220,220)), color-stop(0.55, rgb(255,255,255)), color-stop(1, rgb(220,220,220)) ); text-align: center; padding: 0; margin: 0; overflow: hidden; } h1 { width: 500px; margin: 30px auto 0 auto; padding: 0; }