body {
	padding: 0;
	margin: 0;
	background-color: #ecffdb;
}

img {
	border: 0;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #000;
}
#header {
	background-color: #fff;
	border: 3px solid #dce6d4;
	position: absolute;
	left: 20px;
	top: 10px;
	width:	800px;
	height:	125px;
}


#bird {
	background-image: url('/images/birdOverlay.gif');
	position: absolute;
	left:	5px;
	top:	15px;
	width:	212px;
	height:	118px;
}

#wrapper {
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #c3dad3;
	border: 3px solid #a5bfcd;
	position: absolute;
	left:	60px;
	top:	110px;
}

#mainContent {
	padding: 15px 5px 5px 10px;
	width:	895px;
	height:	580px;
	overflow: auto;

}

#title {
	position: relative;
	left:	200px;
	width: 422px;
	height: 53px;
}

#menu {
	position: relative;
	left:	200px;
	width: 557px;
	height:	34px;
}

#footer {
	position: absolute;
	left:	60px;
	top:	720px;
	width: 870px;
	text-align: center;
	font-style: italic;
	
}

#helloMessage {
	position: absolute;
	padding: 5px 25px 5px 5px;
	left:	840px;
	top:	65px;
	text-align: left;
	background-color: #fff;
	border: 3px solid #dce6d4;

}