body {
	background-color: #333333;
	margin: 0px;
	color: #000000;
}
table.main {
	width: 980px;
	height: 100%;
	border:none;
	background-image:url(/img/bg_1.png);	
}
td.up-down {
	background-repeat:no-repeat;
	height: 20px;
	width: 6px;
}
td.middle {
	background-repeat:repeat-y;
	width: 6px;
}
td.background {
	background:url(/img/bg_2.png);
	width: 968px;
	filter:expression(fixPNG(this));
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bgrepeat {
	background-repeat:no-repeat
}
.logo_text {
	filter:expression(fixPNG(this));
}
.logo {
	filter:expression(fixPNG(this));
}
.text {
	background-color: #FFFFFF;
	height: 280px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.iePNG, IMG {
	filter:expression(fixPNG(this));
} 
.iePNG A {
position: relative;
}
