@charset "utf-8";

/* whtenture Theme Styles */


/* whtenture Content Area */
.wht #content_top_left_corner {
	background:url(../images/content_top_left_wht.png);
	}
	
.wht #content_top_right_corner {
	background:url(../images/content_top_right_wht.png);
	}
	
.wht #content_wrapper_top {
	background:url(../images/content_bg_wht.png) repeat-y;
	}
		
.wht #content {
	color:#000;
	background:url(../images/content_bg_top_wht.png) no-repeat;
	}
	
.wht #content_wrapper_bottom {
	background:url(../images/content_bg_bottom_wht.png) no-repeat bottom ;
	}
	
* html .wht #content_wrapper_bottom {
	height:1%;
	}
	
.wht #content_bottom_left_corner {
	background:url(../images/content_bottom_left_wht.png);
	}
	
.wht #content_bottom_right_corner {
	background:url(../images/content_bottom_right_wht.png);
	}

