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

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

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

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

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

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

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

div.wrapper-bl {
	background: url(../../images/white/wrapper_bl.png) 0 100% no-repeat;
}

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