@import url("reset.css");
body {
	text-align: center;
	background: #000;
	color: #999;
	font-family: Arial, Verdana, sans-serif;
	}

#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
	#wrap h1 {
		margin: 25px;
		margin-bottom: 0;
		font-size: 40px;
		color: #fff;
		font-weight: 400;
		}
		#wrap h1 em {
			color: #fb2567;
			font-family: "Times new roman", serif;
			font-size: 48px;
			}
	#wrap p {
		margin: 0 25px;
		margin-top: 25px;
		}
	#wrap p a {
		text-decoration: none;
		color: #fb2567;
		}
	#wrap #frontpageLinks a {
		margin: 24px;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		float: left;
		width: 400px;
		text-align: center;
		font-weight: 800;
		}
		#wrap #frontpageLinks a img {
			border: 1px solid #555;
			margin-bottom: 25px;
			}
			
	