html, body {
	margin: 0;
	padding: 0;
}
html {
	background: #5e0402 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 {
	background: #fff url(../img/news_bg.jpg) no-repeat top right;
	height: 387px;
	padding-top: 65px;
}

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