div#left {
   left: 0px;
   width: 151px;
   position:absolute;
   background-image: url(../image/left_banner.jpg);
   background-repeat: repeat-y;
   height:	4250px;
   //background-attachment: fixed
}

div#right {
   left: 1116px;
   width: 151px;
   position:absolute;
   background-image: url(../image/right_banner.jpg);
   background-repeat: repeat-y;
   height:	4250px;
  //background-attachment: fixed
}

div#middle {
    margin: 0px;
    position:absolute;
    left:150px;
    width:966px;
	height:	4250px;
    background-image: url(../image/background_966wide.jpg); 
    background-repeat: repeat-y;
	//background-attachment: fixed
}


