body {
	background-color: #D0FFA1;
	font-family: Calibri,"Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	}
div#page-container {
	position: relative;
	width: 900px;
	margin: 0px auto;
	}
div#page {
	position: absolute;
	left: 75px;
	padding: 0px;
	width: 750px;
	}
img.bird {
	position: absolute;
	left: -80px;
	top: 0px;
	}
img.name { /* position of Rachelle's name from top of page */
	position: absolute;
	left: 70px;
	top: 150px;
	}
div#icon-container {
	position: absolute;
	top: 220px; /* set to position of icons from top of page */
	left: 0px;
	width: 750px;
	margin: 0px;
	}
div.icons {
	position: absolute;
	top: 0px;
	width: 100px;
	}
div#iconMagpie {
	left: 0px;
	top: 0px;
	height: 300px;
	}
div#iconFlock {
	left: 130px;
	top: 0px;
	height: 300px;
	}
div#iconFacebook {
	left: 260px;
	top: 0px;
	}
div#iconTwitter {
	left: 390px;
	top: 0px;
	}
div#iconOther {
	left: 260px;
	top: 200px;
	}
div#iconContact {
	left: 390px;
	top: 200px;
	}
div#iconBio {
	left: 520px;
	top: 200px;
	}
p.ref {
	position: absolute;
	top: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
p.ref a {
	text-decoration: none;
	color: #141414;
	}
p.ref a img {
	border-width: 0px;
	}
p.ref a:hover {
	color: #646464;
	}
