div#content {
	background-color:#88010F;;

}
div#leftcol {
	width:290px;
}
div#main {
	text-align:center;
	font-weight:bold;
	padding:180px 0 0 0;
	overflow:none;
}

/** only ie will read this **/
* html div#main{ 
   width:498px;
}
/** only ie7 will read this **/
:first-child+html div#main { 
   width:498px;
}