			html {
				height: 100%;
				overflow-x:hidden; 
				overflow-y:scroll;
				}	
			#flashcontent {
				height: 100%;
				}

			body {
				height: 100%;
				margin: 0;
				padding: 0;
				background-color: #181818;
				color:#ffffff;
				font-family:tahoma;
				font-size:40;
			}
 
			A {	
				color:		#cccccc;
				text-decoration: none;
			}
			A:hover {
				color:		#c0ff15;
			}
			#header {
				width: 100%;
			}
			
			#left {
				font-weight:bold;
				float: 		left;
				padding: 	5px;
			}
			
			#right {
				font-weight:bold;
				float:		right;
				padding: 	5px;
			}
