body {
	background: url('bg-repeat.jpg') #c6d0b7 repeat-x;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#main {
	background: url('blank-repeat.jpg') top no-repeat;
	margin: 0 auto 0;
	width: 1000px;
	min-height: 800px;
}

#wrap {
	margin: 0 0 0 100px;
}

#header {
	margin: 0;
	height: 155px; 
}

#logo {
	margin-top: 75px;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}