<!--
/* hide from ie on mac \*/
html
{
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{
	height: 90%;
}

#slimcontent{
	position: absolute; 
	top: 135px; /*Set top value to HeightOfFrameDiv*/
	left: 540;
	width: 200px; 
}
#maincontent{
	position: absolute; 
	top: 100px; /*Set top value to HeightOfFrameDiv*/
	left: 400;
	width: 500px; 
}
/* end hide */

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	font-family:sans-serif;
	font-size:15;
}

a
{	
	color:#cccccc;
	font-size:14;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}