﻿#pageWrapper {
    position: relative;
    margin: 0 auto; 
	padding:0;
  	text-align:center;
  	/* note: 3px removed from outer width and background width to make header math add up */
    width: 1065px;
    min-height: 100%;
    height: auto;		
    /* as above, bkgd trimmed 3px to make header math work */

	background: url(/img/layout/back-1065.gif) repeat-y center;
	  
	/* border:1px solid #333333; */ 
}
/* Hack for IE */
* html #pageWrapper {
    height: 100%;
}
/* End IE Hack */ 		
