/********************************************************
 *	
 ********************************************************/
 

	html, body 
	{
		height: 100%;
		overflow: hidden;
		margin:0;
		}
		

	body 
	{
		height: 100%;
		margin: 0;
		padding: 0;
	}

	body.main 
	{
		background-color:#c4cfd5;
/*		
		background-image:url(../graphics/l_no_flash.jpg);
		background-repeat:no-repeat;
*/		
	}
	
	
	#flashcontent 
	{
		height: 100%;
	}


	
	/**
	 * Layout
	 */
	#noflashcontent 
	{
		position:absolute;
		width: 456px;
		height:	215px;
		top: 25px;
		left: 25px;
	}
	
	#bgimage 
	{
		position:absolute;
		width: 600px;
		height:	550px;
		top: 10px;
		left: 71px;
		z-index: 0;
	}
	
	#getflash 
	{
		position:absolute;
		width: 400px;
		height:	41px;
		top: 250px;
		left: 110px;
		z-index: 1;
	}


	#maintext 
	{
		position:absolute;
		width: 400px;
		height:	115px;
		top: 130px;
		left: 110px;
		z-index: 3;
	}

	#noscripttext 
	{
		position:absolute;
		width: 400px;
		height:	50px;
		top: 330px;
		left: 110px;
		z-index: 4;
	}


	#footer 
	{
		position:absolute;
		width: 400px;
		height:	25px;
		top: 415px;
		left: 110px;
		z-index: 2;
	}


	#footer 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#aaaaaa;	
	}


	
	#footer a:link
	{
		color:#aaaaaa;
		text-decoration: underline;	
	}

	
	#footer a:visited
	{
		color:#aaaaaa;
		text-decoration: none;	
	}
	
	#footer a:hover
	{
		color:red;
		text-decoration: none;	
	}


	
