div#container {
    background:url("../images/bgTemplate2.jpg") top left repeat-y;
 }
 
 
  div#overflow {
    background:url("../images/bgOverflowTemplate2.jpg") bottom right no-repeat;
    
    
 	min-height:300px;
	height:auto !important;
	height:331px;
 }
 
 div#columnLeft {
 	float:left;
 	width:549px;
 	_width:609px;
 	display:inline;
	padding:30px;
 }	
 
 div#columnRight {
 	float:left;
 	width:331px;
 	_width:391px;
 	display:inline;
 	color:424242;
	padding:30px;
 }	
 
