* {
	border: 0 none;
	vertical-align: middle;
}

body {
	background: #000  no-repeat scroll center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 100px auto;
	width: 800px;
}

#content {
	-moz-border-radius: 10px; /* firefox */
	-webkit-border-radius: 10px; /* safari */
	border-radius: 10px; /* other */
	background: #eee none repeat scroll 0 0;
	border: 1px solid #fff;
	margin: 20px;
	padding: 20px;
}

	#content h2 { color: #6dd4f6; font-weight: normal; }
	#content p.gray { color: #6e6e6e; font-size: 14px; }
	#content p.small { font-size: 12px !important; font-variant: small-caps; text-transform: lowercase; }
	
#countdown {
	-moz-border-radius: 10px; /* firefox */
	-webkit-border-radius: 10px; /* safari */
	border-radius: 10px; /* other */
	background: #fff;
	border: 1px dashed #ccc;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 32px;
	padding: 20px;
}