body {
	background-color: #643233;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center center;} 
	
.image{
	width:599px;
	height:158px;
	margin:auto;
}

html>body .image{
	background:url(images/carlson.png) no-repeat left top;
	}

* html .image {	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/carlson.png',sizingMethod='scale');
	}