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

/* Background: Plain */

body#page { 

	background: rgb(242,250,242);
background: -moz-linear-gradient(top,  rgba(242,250,242,1) 0%, rgba(230,249,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,250,242,1)), color-stop(100%,rgba(230,249,232,1)));
background: -webkit-linear-gradient(top,  rgba(242,250,242,1) 0%,rgba(230,249,232,1) 100%);
background: -o-linear-gradient(top,  rgba(242,250,242,1) 0%,rgba(230,249,232,1) 100%);
background: -ms-linear-gradient(top,  rgba(242,250,242,1) 0%,rgba(230,249,232,1) 100%);
background: linear-gradient(top,  rgba(242,250,242,1) 0%,rgba(230,249,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2faf2', endColorstr='#e6f9e8',GradientType=0 );



 

}