
	/*
		lightgreen: 	#b1d790;
		darkgreen:		#7ec34a;
	*/
	
	html, body {
		margin: 0;
		height: 0;
		width: 100%;
		height: 100%;
		font-family: "Rotis Sans Serif", Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #000;
		background: #ed1c24;
	}
	
	img {
		border: 0;
	}
	
	#container {
		position: absolute; 
		top: 50%;
		left: 50%;
		margin: -195px 0 0 -287px;
		
		width: 575px;
		height: 390px;
	}