body {
  background-attachment: fixed;
  height: 100%;  
  background-image: linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #003399 75%, #3480ba 85%, #9bbdd6 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #003399 75%,#3480ba 85%, #9bbdd6 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #003399 75%, #3480ba 85%, #9bbdd6 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #003399 75%, #3480ba 85%, #9bbdd6 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 5%, #3480ba 55%, #003399 75%, #3480ba 85%, #9bbdd6 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.1, #ffffff),color-stop(0.55, #3480ba),color-stop(0.75, #003399),color-stop(0.85, #3480ba)
    ,color-stop(1.0, #9bbdd6));}

#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}

