*{
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
  height: 100%;
  background: #FFF;
}

h1{
	font-size: 30px;
	color: #335779;
	margin-bottom: 50px;
	font-family: 'Nothing You Could Do', cursive;
}

#container{
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

#container img{
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
}