@charset "utf-8";
/* Scalable background for About.html */

#bg-left { position: absolute;
		   top: 0;
		   left: 0;
		   width: 50%;
		   height: 570px;
		   float: left;
		   background: url(../images/bg_repeat_left.jpg) repeat-x;
		   z-index: -2;
		 }
		 
#bg-right { position: absolute;
		    top: 0;
			left: 50%;
			width: 50%;
			height: 570px;
			float: right;
		    background: url(../images/bg_repeat_right.jpg) repeat-x;
		    z-index: -2;
		  }
		   
#leftBlend { width: 50px;
			 height: 570px; 
			 float: left;
			 background: url(../images/bg_blend_left.jpg) top right no-repeat;
			 }

#rightBlend { width: 50px;
			  height: 570px; 
			  float: left;
  			  background: url(../images/bg_blend_right.jpg) top left no-repeat;
			  }