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

#page { background-image: -webkit-gradient(linear, center top, center bottom, from(#940000), to(#470000));
background-image: -webkit-linear-gradient(top, #940000, #470000);
background-image: -moz-linear-gradient(top, #940000, #470000);
background-image: -o-linear-gradient(top, #940000, #470000);
background-image: -ms-linear-gradient(top, #940000, #470000);
background-image: linear-gradient(to bottom, #940000, #470000);
background: rgb(172, 105, 115);

background: url("/images/ST5.jpg") fixed center 0 repeat-x #fff;
 }
