œhtml, body {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url(../img/bg_home.gif) top left;
}
body {
	margin: 0;
	padding: 0;
	font-size: 87%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
object {
	float: left;
}
object, img{
	vertical-align: text-bottom;
	border: 0;
}
a:link {
	color: #72c6f1;
	text-decoration: none;
}
a:visited { 
	color: #72c6f1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration:none;
}
#wrap {
	width: 995px;
	margin: 40px auto;
	background: #fff;
}
#flash {
	width: 693px;
	float: left;
}
#news {
	height: 418px;
	padding-top: 35px;
	background-color: #FFF;
	background-image: url(../img/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#news_text {
	overflow: auto;
	color: #fff;

