body, html
{
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: white;
}

#wrapper
{
	width: 420px;
	margin: 0 auto;
	text-align: center;
}

h1
{
	font-family: 'ChunkFiveRegular', 'Times New Roman', 'Times', serif;
	font-size: 50pt;
	color: #333333;
}





@font-face
{
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive-webfont.eot');
	src: local('?'), url('Chunkfive-webfont.woff') format('woff'), url('Chunkfive-webfont.ttf') format('truetype'), url('Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
	font-weight: normal;
	font-style: normal;
}
