h1 {
	font-family: 'Limelight', cursive;
	color:white;
	margin:0;
	text-align:center;
}

#container {
	width:500px;
	height:auto;
	color:white;
	line-height:150%;
	padding:20px 50px;
	background-color:gray;
	border:1px solid white;
	margin:-66px 0 0 -300px;
	position:fixed;
	top:50%;
	left:50%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
