body{
 	font-family: 'Roboto', sans-serif;
 	font-weight: 300;
 	color: #413D3D;
 	background: #E8E8E8;
}
.container{
	max-width: 600px;
	background: url(logo.png) no-repeat bottom;
	padding-bottom: 50px;
}
#main {
	height: 400px;
	width: 100%;
}