/* CSS Document */
#body
{
	background: url(../flash/images/bg_body.jpg) repeat-x top center;
	/*/
	background: url(../flash/images/bg_body_0.jpg) repeat-x top left;
	/*/
	background-color: #030713;
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: solid 1px #2b3a62;
}
/*/
#clouds
{
	position: absolute;
	display: block;
	width: 1200px;
	height: 745px;
	z-index: 10;
	background: url(../flash/images/bg_body_1.png) repeat-x top left;
}
* html #clouds
{
	position: absolute;
	display: block;
	width: 1200px;
	height: 745px;
	z-index: 10;
	background: url(../flash/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="flash/images/bg_body_1.png", sizingMethod="crop");
}
/*/
#clouds
{
	width: 100%;
	height: 745px;
	/*/
	background: url(../flash/images/bg_body_1.gif) repeat-x top left;
	/*/
}
#interface table td {
	color: #FFFFFF;
}
#interface a, #interface a:link, #interface a:visited, #interface a:active, #interface a:hover
{
	color: #F97F01;
	font-weight: bold;
	text-decoration: none;
}
#interface a:hover
{
	color: #ffffff;
	text-decoration: underline;
}