/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}




a:link, a:visited { 
		color: #456600; 
		text-decoration: underline;
}
a:hover, a:active { 
		color: #456600;
		text-decoration: none;
}

