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

/* Background: Plain */

/*
body#page { background: #DCE6E2 url(../../images/background/plain/page.jpg) 50% 0 repeat; }
*/

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

}