/* hide from ie on mac \*/
html
{
	height: 100%;
	overflow: auto;
}

#flashcontent
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: inline;
}
/* end hide */

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

#content
{
	
}

#noflash
{
	top: 50%;
	margin-top: -280px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

#uiblock
{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 999;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}

* html #uiblock
{
	position: absolute;
}

div.uiblock
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	z-index: 50000;
	display: none;
}

* html div.uiblock
{
	position: absolute;
}

#news
{
	background: #FFCC00;
	height: 100%;
	left: -595px;
	width: 595px;
	top: 0;
	position: fixed;
	z-index: 8999;
}

* html #news
{
	position: absolute;
}

#newstab
{
	background: transparent url(../html/bar.png) repeat-y scroll left top;
	height: 100%;
	left: 593px;
	position: absolute;
	width: 25px;
}

*html #newstab
{
	background: transparent url(../html/bar.gif) repeat-y scroll left top;
}

#newstab h1 a
{
	background: transparent url(../html/tab.png) no-repeat scroll left bottom;
	display: block;
	height: 157px;
	position: absolute;
	text-indent: -9999px;
	top: 65px;
	width: 60px;
	z-index: 200;
}

#newsholder
{
	height: 100%;
	position: relative;
	width: 593px;
}