body {
  background-attachment: fixed;
  height: 100%;  
  background-image: linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #52a3d0 75%, #70c1ef 90%);
  background-image: -o-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #52a3d0 75%, #70c1ef 90%);
  background-image: -moz-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #52a3d0 75%, #70c1ef 90%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #52a3d0 75%, #70c1ef 90%);
  background-image: -ms-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #52a3d0 75%, #70c1ef 90%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.1, #ffffff),color-stop(0.55, #3480ba),color-stop(0.75, #52a3d0),color-stop(0.90, #70c1ef)
    );}

#container {background-image: url(/images/layout/back-image-header.png); background-repeat: no-repeat;}
#wrapper {background-image: url(/images/layout/back-740.png); background-repeat: repeat-y; margin-top: -4px; min-height: 1200px}

