@charset "utf-8";

#header{
	width:600px;
	height:85px;
	border:none;
	background:none;
	}
#header h1 {
	background:none;
}
#main{
	background:url(img/main.jpg) no-repeat;
	height:650px;
}

#news{
	width:580px;
	height:122px;
	/*background:url(img/bg3.png) no-repeat;*/
	padding-top:60px;
	position:absolute;
	left:10px;
	bottom:10px;
	/*behavior: expression(IEPNGFIX.fix(this));*/
		}
div#news dl{
	width:522px;
	height:16px;
	padding:0px 0 10px 35px;
	clear:both;
	}
/*div#news dl#top{
	margin-top:60px;
	}*/
div#news dt{
	margin-right:10px;
	padding-left:5px;
	display:block;
	width:70px;
}
div#news dt,dd{
	float:left;
	}
div#news a {
	text-decoration:none;
}

