html, body
{
	background-color: #959799;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#737577), color-stop(50%, #a0a2a4), to(#69696b));
    background-image: -webkit-linear-gradient(#737577, #a0a2a4 50%, #69696b);
    background-image: -moz-linear-gradient(top, #737577, #a0a2a4 50%, #69696b);
    background-image: -o-linear-gradient(#737577, #a0a2a4 50%, #69696b);
    background-image: linear-gradient(#737577, #a0a2a4 50%, #69696b);
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff737577', endColorstr='#ff69696b', GradientType=0);
    background-attachment: fixed;
    min-height: 100%;
}