1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*background*/
html
{
        background: url(http://i.imgur.com/mSFLeXo.png) bottom center fixed no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64b7c2), color-stop(40%,#4b97aa), color-stop(68%,#5a9171), color-stop(100%,#606033)) fixed; /* Chrome,Safari4+ */
        background: url(http://i.imgur.com/mSFLeXo.png) bottom center fixed no-repeat, -webkit-linear-gradient(top,  #64b7c2 0%,#4b97aa 40%,#5a9171 68%,#606033 100%) fixed; /* Chrome10+,Safari5.1+ */
        background: url(http://i.imgur.com/mSFLeXo.png) bottom center fixed no-repeat, -o-linear-gradient(top,  #64b7c2 0%,#4b97aa 40%,#5a9171 68%,#606033 100%) fixed; /* Opera 11.10+ */
        background: url(http://i.imgur.com/mSFLeXo.png) bottom center fixed no-repeat, linear-gradient(to bottom,  #64b7c2 0%,#4b97aa 40%,#5a9171 68%,#606033 100%) fixed; /* W3C */
        overflow-y: hidden !important;
        -moz-background-size: contain;
	background-size: contain;
	
}