@charset "UTF-8";
body {
	background-color: #FEFFF9;
	color: #333;
}
.jasmine #container {
	width: 46em;
}
.jasmine #mainContent {
	padding: 0 20px;
}
h1 {
	text-align: center;
	font-family: sans-serif;
	margin-top: 100px;
	margin-bottom: 0;
	font-size: 52px;
}
h1 a {
	text-decoration: none;
	color: #222;
}
h1 a:hover {
	color: #666;
}
h2 {
	text-align: center;
	font-family: sans-serif;
	margin-top: 10px;
	font-size: 36px;
}
img {
	max-width: 100%;
	text-align: center;
}
.tree {
	background-image: url(littlest_bird.jpeg);
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 600px;
	margin: auto;
	padding: 10% 0;
	min-height: 500px;
}