body {
	background: #b8d8c9 url(bkgd.png) repeat;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#little-birdy {
	background: url(cheep.png) no-repeat;
	width: 701px;
	height: 700px;
	line-height: 100em;
	overflow: hidden;
	margin-bottom: 50px;
}

#footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 12px;
	color: #63954d;
}

#footer a {
	font-weight: bold;
	color: #63954d;
	text-decoration: none;
}