#wrapper {
	height: 540px;
	width: 780px;
	border: 2px solid #c1d82f;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5em;
}
#mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3em;
	color: #c1d82f;
	float: right;
	position: absolute;
	top: 130px;
	right: 75px;
}

#bird img {
	margin-left:190px;
	margin-top:100px;
}

#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3em;
	line-height: 50px;
	color: #FFF;
	background-color: #c1d82f;
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 780px;
	left: 0px;
}
#link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	clear: both;
	position: absolute;
	top: 323px;
	width: 780px;
	text-decoration: none;
	left: 4px;
}

#link a {
	text-decoration: none;
	color:#000;
}

#link a:hover, #link a:active {
	text-decoration: none;
	color:#c1d82f;
}

