
body {
	z-index: 0;	
	overflow: visible;
	width: 100%;
	height: 100%;
	background-color: #d5d5d5;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: gray;
}

#container {
  margin-left: auto; 
  margin-right: auto;
  text-align: center;   
  display: block;
  width: 100%;
	height: 100%;
  
  color: #4c4c4c;
  text-transform: capitalize;
}

#flash_content {
	text-align: left;		
	display: block;
	height:100%;
	border: 10px solid #fff;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 15px 48px 20px;
	margin: 40px auto 15px;
}

