@charset "windows-874";
img { 
	behavior: url(iepngfix.htc);
}
body {
	behavior: url(iepngfix.htc);
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	font-family: Tahoma, sans serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


