
/*********************************************
	CSS: ws-style
	Sat Jan 26 15:00:56 CET 2008
	by Jens Krause [www.websector.de]
*********************************************/


/* #misc
*******************************************/

html
{
	height: 100%;
	overflow: hidden;
}
body 
{	
	padding: 0;
	margin: 0;
	background-color: #000;
	font-size: 100.01%;
	height: 100%;
}


/* #flashcontent
*******************************************/

#flashcontent
{
	height: 100%;
}
#flashcontent p
{
	color: #FFF;
}
#flashcontent p a
{
	color: #FF0000 !important;	
}		


