

	/* hide from ie on mac \*/
	html {
			height: 100%; 
			overflow: hidden; 
	}
	/* end hide */
	
	body {
		margin:0px;
		height: 100%;
		padding: 20px;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20pt;
		text-align: center;
		overflow: hidden;
	}	
	
	a {	
		color:#cccccc;
	}
	
	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: none; color: white;}
	
	#container {
		min-height:100%;
		position:relative;
		background:#181818;
	}
	
	#header {
		text-align: center;
		background-color: #222222;
		height: 20px;
		font-size:12pt;
		padding-top:5px;
		padding-bottom:2px;
	}
	
	#flashContent {
		background-color: #181818;
		padding-top:20px;
	}
	
	#footer {
		position:absolute;
		bottom:0px;
		left:0px;
		text-align: center;
	
		color:#FFFFFF;
		width: 100%;
		height:40px;	/* -40px for body padding */
		padding-top:20px;
		padding-bottom:20px;
		font-size:10pt;
	}
	
	#copyright {
		text-align: center;
		background-color: #181818;
		color:#bbbbbb;
		width: 100%;
		font-size:10pt;
	}

	#loadingAnimation {
		position:absolute;
		left:0px;
		top:100px;
		text-align: center;
		background-color: transparent;
		color:#bbbbbb;
		width: 100%;
		font-size:11pt;
	}
