* { margin:0; padding:0; }
body {
	background:url(../img/bg.png) top left no-repeat #fff;
	font-family:"Myriad Pro", 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Helvetica', 'Arial', sans-serif;
	font-size:12px;
	color:#666;
}
p {
	margin-bottom:10px;
}
a {
	color:#666;
	text-decoration:none;
	outline:none;
	position:relative;
}
	a:hover {
		text-decoration:underline;
	}
	a:active {
		top:1px;
	}
div#wrapper {
	padding:100px;
}
	div#wrapper > header > h1 {
		width:338px; height:80px;
		background:url(../img/chrishale.png) top left no-repeat;
		text-indent:-999em;
		margin-bottom:20px;
	}
div#wrapper > article {
	margin-bottom:30px;
	display:block;
}

