
.bizcontainer{
	width:100%;
}
.bizcont{
	vertical-align:top;
	padding:5px;
	
}
.biztop{
	background-image:url(img/bg_top.jpg);
	background-repeat:repeat-x;
}
.bizbottom{
	background-image:url(img/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.bizsx{
	background-image:url(img/bg_sx.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.bizdx{
	background-image:url(img/bg_dx.jpg);
	background-repeat:repeat-y;
	background-position:left;
}


