/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body.red {
	background: #A82516 url(../../images/colors/page_bg_b_red.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.red div#page-body { background: url(../../images/colors/page_bg_t_red.png) 50% 0 repeat-x; }

body.blue {
	background: #62A6CA url(../../images/colors/page_bg_b_blue.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.blue div#page-body { background: url(../../images/colors/page_bg_t_blue.png) 50% 0 repeat-x; }

body.pink {
	background: #C864AC url(../../images/colors/page_bg_b_pink.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.pink div#page-body { background: url(../../images/colors/page_bg_t_pink.png) 50% 0 repeat-x; }

body.orange {
	background: #E68232 url(../../images/colors/page_bg_b_orange.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.orange div#page-body { background: url(../../images/colors/page_bg_t_orange.png) 50% 0 repeat-x; }

body.green { background: #93CC60 url(../../images/colors/page_bg_b_green.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.green div#page-body { background: url(../../images/colors/page_bg_t_green.png) 50% 0 repeat-x; }

body.yellow {
	background: #FFD659 url(../../images/colors/page_bg_b_yellow.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.yellow div#page-body { background: url(../../images/colors/page_bg_t_yellow.png) 50% 0 repeat-x; }

body.lilac {
	background: #8868CA url(../../images/colors/page_bg_b_lilac.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.lilac div#page-body { background: url(../../images/colors/page_bg_t_lilac.png) 50% 0 repeat-x; }

body.turquoise {
	background: #6BBCB3 url(../../images/colors/page_bg_b_turquoise.png) 50% 100% repeat-x;
	background-attachment: fixed;
}
body.turquoise div#page-body { background: url(../../images/colors/page_bg_t_turquoise.png) 50% 0 repeat-x; }


div#footer a.anchor {
	background: url(../../images/footer_anchor_white.png) 0 0 no-repeat;
}

div#footer {
	color: #ffffff;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}

div#footer a:hover {
	color: #ffffff;
}