html, body {

	font: 12px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
	color: #777777;
	line-height: 18px; 
	
	width: 100%;
	height: 100%;

	text-align: left;

	background-color: #1C1C1C;

	margin: 0px;
	padding: 0px;
	
	overflow: hidden;

}

a {
	
	color: #CCCCCC;
	
}

a:HOVER {
	
	color: #009534;
	
}

.green {
	
	font-size: 10px;
	color: #114c26;
	font-weight: bold;
	line-height: 12px;
	
}

#flashcontent {

	width: 100%;
	height: 100%;

	background-color: #1C1C1C;

	margin: 0px;
	padding: 0px;

}

#alternative_content {

	margin: 100px 0px 0px 50px;

}

#green_line {
	
	width: 100%;
	height: 3px;

	background-color: #009534;
	
	margin: 0px;
	padding: 0px;
	
}




