/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * Page
 */
 
body.red { background: #D5BBC0 url(../../images/clouds/page_bg_red.png) 50% 0 repeat-x; }
body.red div#page-body { background: url(../../images/clouds/page_bg_img_red.jpg) 50% 0 no-repeat; }

body.blue { background: #C1C9D9 url(../../images/clouds/page_bg_blue.png) 50% 0 repeat-x; }
body.blue div#page-body { background: url(../../images/clouds/page_bg_img_blue.jpg) 50% 0 no-repeat; }

body.pink { background: #CEC1D9 url(../../images/clouds/page_bg_pink.png) 50% 0 repeat-x; }
body.pink div#page-body { background: url(../../images/clouds/page_bg_img_pink.jpg) 50% 0 no-repeat; }

body.orange { background: #E4C5AC url(../../images/clouds/page_bg_orange.png) 50% 0 repeat-x; }
body.orange div#page-body { background: url(../../images/clouds/page_bg_img_orange.jpg) 50% 0 no-repeat; }

body.green { background: #C1D9C2 url(../../images/clouds/page_bg_green.png) 50% 0 repeat-x; }
body.green div#page-body { background: url(../../images/clouds/page_bg_img_green.jpg) 50% 0 no-repeat; }

body.yellow { background: #E8E0A0 url(../../images/clouds/page_bg_yellow.png) 50% 0 repeat-x; }
body.yellow div#page-body { background: url(../../images/clouds/page_bg_img_yellow.jpg) 50% 0 no-repeat; }

body.lilac { background: #C6BDDE url(../../images/clouds/page_bg_lilac.png) 50% 0 repeat-x; }
body.lilac div#page-body { background: url(../../images/clouds/page_bg_img_lilac.jpg) 50% 0 no-repeat; }

body.turquoise { background: #C1D9D4 url(../../images/clouds/page_bg_turquoise.png) 50% 0 repeat-x; }
body.turquoise div#page-body { background: url(../../images/clouds/page_bg_img_turquoise.jpg) 50% 0 no-repeat; }

