/* CSS Document */

Body {
	min-width: 1250px;
}

.div_wrapper {
	width: 1250px; 
	min-height: 100%;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-y;
	right: 0px;
	float:right;
}

.div_innerwrapper {
	width: 1250px; 
	min-height: 1400px;
	background-image: url(../images/layout/wrapper_bg.jpg);
	background-repeat: no-repeat;
}