/***********************************************/
/* stylesheet.css                            */
/* Use with template stylesheet.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


	html {
		height: 100%;
		width: 100%;
		overflow:auto;
	}
	
	body {
		background-color: #000000;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		margin: 0; padding: 0;
		height: 100%;
	}

	#info {
		width: 600px;
		overflow: auto;
	}

	#flashcontent {
		position:absolute;
		top:0px;
		left:0px;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		color: #ffffff;
	}

	#noflashcontent {
		background-color:0x000000;
		color:#666666;
		line-height:25px;
		opacity:0.95;
		padding:10px;
		text-align:center;
		top:150px;
		width:180px;
		position:absolute;
		left: 100px;
		margin: 50px auto;
	}
	
	#noflashcontent a:link, #noflashcontent a:visited, #noflashcontent a:hover {
		color:#660000;
		text-decoration: underline;
	}

	#content
	{
		padding: 0 10px;
	}