
/*************************
* 
* Css fixes for IE 6 and 7, safari
* 
* also, because of safari, these rules also overwrite the ones for firefox found in main.css
* 
*************************/



/*************************
* 
* Body background image repeat fix
* 
*************************/
body {
	background-image: none;
}

div#IE6FOOTERFIX {
	height: 100%;
}

div#IE6FOOTERFIX {
	background-image: url('images/bd_bg2.png');
	background-position: center 0px;
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -640px;
	width: 1280px;
}

