/*Copyright by Frederik Højlund*/

body {
	text-align: center;
	background-color: #333333;
	background-image: url(../images/graphic/box.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}

#page-wrapper {
	margin: 220px auto 0 auto;
	width: 500px;
	height: 550px;
}

h1 {
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
}

p {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
}