html, body{
	background-color:#EEEEEE;
	font-family:'Helvetica Neue';
}

body{
	margin-top: 50px;
}

section, 
article, 
header{
	display: block;
}

a, a:visited, a:visited{
	color: inherit;
}

div{
	margin:auto;
	width:500px;
}

.shadow{
	text-shadow:0px 1px 0 #FFFFFF;
}

.strong{
	
}

/* First Section */
#first{
	padding: 5px;
	background: #CCCCCC;
	margin-bottom: 30px;
}

#first header{
	font-size: 1.8em;
	color:#444444;
}

#first span:nth-child(2){
	color: #FFF;
	font-weight: lighter;
}

header{
	font-size: 1.3em;
	color: #777777;
}

section{
	font-size: 1.2em;
	color: #888888;
	line-height: 1.4em;
	margin-bottom: 20px;
}

section#copyright{
	color:#CCCCCC;
}


