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


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