body{
 	font-family: 'Roboto', sans-serif;
 	font-weight: 300;
 	color: #413D3D;
 	background: #eee;
}
.container{
	width: 100%;
	max-width: 600px;
	padding-bottom: 50px;
	margin: 0 auto;
}
#main {
	height: 400px;
	width: 100%;
}
h1, h3 { color: #999 }
h3 { font-weight: 300 }
h1, h2 { 
	font-weight: 900;
	line-height: 1; }
p { font-size: 12px; }