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

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

border: 0;
padding:0;
margin:0;

}

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

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

#wrap td {

margin: 0;
padding: 0;

}

#wrap table {

margin: 0;
padding: 0;

}

#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)
);
}