@charset "UTF-8";
/* CSS Document */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	
	html {
		height: 100%;
		overflow: hidden;
		font: normal 9px "Trebuchet MS", Verdana;
		color:#333333;
	}
	body {
		height: 100%;
		background-color: #000000;
	}
	
	table, td, tr{
		font: normal 11px "Trebuchet MS", Verdana;
		color:#999;

	}
	
	
	#flashcontent {
		height: 100%;
		margin:-10px 0 0 0;
	}
		
	a {	
		color:#cccccc;
	}
	#button{
		margin:0 0 0 165px;
	}
	
	.paars{
		font-weight:bold;
		color:#660000;
		}
	#close{
	margin:-55px 300px 0 0;
	}
