The left image will repeat by default vertically on resolutions larger than 1024x768. To prevent this use the following CSS Override in Custom CSS:
.MCLeftSideColumn{ background-repeat: no-repeat; }
The right image will repeat by default vertically on resolutions larger than 1024x768. To prevent this use the following CSS Override in Custom CSS:
.MCRightSideColumn{ background-repeat: no-repeat; }
Note: There is an 18px gap between the right side of the right image and the right side of the browser.