Media Center  
Print

Name: File Format: Dimensions (pixels):
1024x768 browser resolution
File Size: Notes:
Background Image .JPG, .BMP, .GIF, .PNG 872w x 545h < 1MB The background image is positioned at the center vertically and horizontally of the window unless the MCBody class is overwritten via Custom CSS.
Left Image .JPG, .BMP, .GIF, .PNG 132w x 515h
The width must not exceed 132 pixels
< 1MB

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;
}

Right Image .JPG, .BMP, .GIF, .PNG 132w x 515h
The width must not exceed 132 pixels
< 1MB

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.



© Copyright 2008-2009 InXpo, Inc. All Rights Reserved.