
body {
	margin: 0px;
	background: URL(../images/background.jpg) top left no-repeat #0092B7;
}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content {
	width: 450px;
	padding: 50px 0 0 450px;
}

p {
	font: 26px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0 50px 0 0;
	width: 450px
}

p a {
	text-decoration: none;
	color: #104357;
}

p a:hover {
	text-decoration: underline;
	color: #104357;
}
