/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body.yoopage {
	background: url(../../images/red/page_bg_top.png) 50% 0 repeat-x;
	background-color: #844520;
}

div#page-body {
	background: url(../../images/red/page_bg.png) 50% 0 repeat-x;
}

div.wrapper-tl {
	background: url(../../images/red/wrapper_tl.png) 0 85px no-repeat;
}

div.wrapper-tr {
	background: url(../../images/red/wrapper_tr.png) 100% 85px no-repeat;
}

div.wrapper-t {
	background: #641414 url(../../images/red/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-tm {
	background: url(../../images/red/wrapper_tm.png) 50% 90px no-repeat;
}
div.wrapper-bl {
	background: url(../../images/red/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	background: url(../../images/red/wrapper_br.png) 100% 100% no-repeat;
}
