          #background{
background: rgb(50,51,45); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(50,51,45,1) 17%, rgba(10,12,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(17%,rgba(50,51,45,1)), color-stop(100%,rgba(10,12,16,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(50,51,45,1) 17%,rgba(10,12,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(50,51,45,1) 17%,rgba(10,12,16,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(50,51,45,1) 17%,rgba(10,12,16,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(50,51,45,1) 17%,rgba(10,12,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32332d', endColorstr='#0a0c10',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}