/* main container */

/* product pages*/

div#description {
	background-image: url(../images/misc_left.jpg); /*must be jpg or it will stretch in IE */
	background-repeat: no-repeat;
	}
	
div#info {
	background-image:url(../images/misc_right.jpg);
	background-repeat:no-repeat;
	}

