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

/*
 * Page
 */
 
body.yoopage {
	background: #990000;
}

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

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

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

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

div.wrapper-tm {
	background: url(../../images/red/wrapper_tm.png) 50% 150px no-repeat;
}

div.wrapper-bl {
	background: url() 0 100% no-repeat;
}

div.wrapper-br {
	background: url() 100% 100% no-repeat;
}