	html {
		margin: 0;
		padding: 0 0 100px 0;
	}
	
	body {
		background-color: black;
		color: #fff;
	}
	
	body, p, h1, h2, h3, ul, div, li, a {
		font-family: Arial,Helvetica,Verdana,sans-serif;
		margin: 0;
		padding: 0;
	}
	
	img {
		outline: none;
		border: none
	}
	
	a {
		color: #8c8c8c;
		outline: none;
		text-decoration: none;
		cursor: pointer; 
	}
		a:hover {
			color: #57ab27;
			text-decoration: underline;
			cursor: pointer; 
		}

		
	#bigWrapper {
		width: 990px;
		height: 740px;
		margin: auto;
		position: relative;
	}
	
		#bigWrapper #flashContent {
			width: 990px;
			height: 700px;
		}
		
		
		#bigWrapper .error {
			padding: 50px;
			text-align: center;
		}
		
		#bigWrapper .footerNavi {
			width: 310px;
			height: 40px;
			position: absolute;
			left: 680px;
			top: 700px;
			z-index: 9;
		}
		
/*
			#bigWrapper .footerNavi img {
				margin-bottom: 10px;	
			}
*/
			
			#bigWrapper .footerNavi a {
				float: left;
				font-size: 11px;
				margin-right: 20px;
			}
			
			#bigWrapper .footerNavi a.green {
				color: #57ab27;
			}
			
		#bigWrapper .overlay {
		    display: none; 
			position: absolute;
			z-index: 10;
			left: 680px;
			top: 560px;
			padding: 20px;
		    background-color: #57ab27;
		    width:260px; 
			min-height: 80px;    
			font-size: 11px;
			color: white;
		}
		
		#bigWrapper .overlay .close {
			background-image: url(../../img/close.png); 
			background-repeat: no-repeat;
		    position: absolute; 
		    right: 5px; 
		    top: 5px; 
		    cursor: pointer; 
		    height: 15px; 
		    width: 15px; 
		}
		
		#bigWrapper #cont a {
			color: white;
		}
		
		

		
		
		
		
		
