


body {
  background: #463758;
  /* Old browsers */
  background: -moz-linear-gradient(top, #463758 0%, #463758 100%) fixed;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #463758), color-stop(100%, #463758)) fixed;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #463758 0%, #463758 100%) fixed;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #463758 0%, #463758 100%) fixed;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #463758 0%, #463758 100%) fixed;
  /* IE10+ */
  background: linear-gradient(to bottom, #463758 0%, #463758 100%) fixed;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463758', endColorstr='#463758',GradientType=0 ) fixed;
  /* IE6-9 */
}




