/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*Background White*/

#page {	
  /* fallback */
  /*background-color: #000;*/
  background-image: url(../../images/background1.png);
   /*background-repeat: repeat-x;*/
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163662 ), to(#0a5f9b));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #163662, #0a5f9b );
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #163662, #0a5f9b );
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #163662, #0a5f9b );
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #163662, #0a5f9b );}