@media print
{
    div#container {
    	width:976px;
    	background:#fffbf1;
    	
    	position:relative;
    	margin:0 auto;
    	
    	text-align:left;
    }
    
    div#header {
    	width:976px;
    	height:266px;
    	background:url("../images/header.jpg") top left no-repeat;
    	display:none;
    }
    
    div#overflow {
    	overflow:hidden;
    	_overflow:visible;
    	background:url("../images/bgOverflow.jpg") top left no-repeat;
    	
    	min-height:553px;
    	
    	min-height:553px;
		height:auto !important;
		height:553px;
    }
    
    div#columnLeft {
    	float:left;
    	display:none;
    	width:250px;
    	margin-top:40px;
    }
    
    div#printerdiv
    {
    	display:block;
    	visibility: visible;
    }
}