@font-face {
	font-family: "28_Days_Later";
	src: url("../fonts/28 Days Later.ttf");
}

body {
	background-image: url("../images/background-stripes.png");
}

#container {
	position: absolute;
	top: 50%;
	margin-top: -100px; /* half of #content height*/
	left: 0;
	width: 100%;
}

div.center {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background-color: #FFFF00;
	border: 4px solid black;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background-color: #333;
        color: #FFF;
}

h1.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "28_Days_Later";
}

p {
	margin-left: 1em;
}
