body {
		background-color: #999;
		font-family: "Helvetica", "sans-serif";
		color:#666;
		margin:0px;
		padding:0px;
	}
	
#label {
		background-color: #999;
		margin:0 0 0 0px;
		float:right;
		width: 180px;	
		height: 400px;
		font-size: 16px;
		text-align: center;
		

	}
	
#footer {
		background-color: #999;
		margin; 20px;
		padding:20px;
		color:#666;
		font-size: 10px;
		text-align: center;
		bottom: 10px;
	
		
	}

#content{				
		margin: 20px 0px 0px 100px;
		max-width:800px;
		
	}

#flashcontent {				
		margin: 20px 0px 0px 100px;
		width: 800px;
		height: 700px;
}
	
	a:link{
		color: #000;
		text-decoration: none;
		border:none;
	}

	a:visited{
		color: #333;
		text-decoration: none;
		border:none;
	}

	a:hover{
		color: #0033cc;
		text-decoration: none;
		font-size: 30px;
		border:none;
	}