html {
	color: #E6E6E6;
	font-family: "Lucida Console", Monaco, monospace;
	font-size:18px;
	background:#323442;
}

.content {
	width:450px;
	padding:20px 0px 10px 0px;
	border:1px solid #2B2C38;
	background: none repeat scroll 0 0 #2B2C38;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	position: absolute;
	margin-top: -160px;
	margin-left: -226px;
	top: 50%;
	left: 50%;
}

h1 { font-size:18px; text-align:center; color:#FFFFFF; }
h2 { font-size:16px; text-align:center; }
h3 { font-size:12px; text-align:center; }
p { text-align:center; font-size: 16px; }
hr { border:#fe4902 solid 1px; }
a:link { color: black; }
a:hover { color: red; }
a:active { color: grey; }
a:visited { color: black; }
