﻿/*media="screen"*/
/* Jello -- */
html, body { border: 0; /*margin: 0;*/ padding: 0;}

body {
	padding: 0 520px 0 520px;
	/*margin: 0;
	text-align: center;*/
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 100px;  /* version for IE is at the bottom of this style block */
}

#expander {
	/*background: white;*/
	margin: 0 -520px 0 -520px;
	min-width: 1040px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

/* * --- be sure to grab IE's max-width, just above the body-tag --- */
/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

