body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/reunion_bg.jpg) repeat fixed left center;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

span {
	visibility: hidden;
}

#site-wrap {
	width: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 560px;
	margin-top: -280px;
	margin-left: -275px;
}

#the-people, #reunion, #details {
	display: block;
	width: 550px;
}

#the-people {
	background: url(../images/the_people.png) no-repeat;
	height: 158px;

}

#reunion {
	background: url(../images/reunion.png) no-repeat;
	height: 131px;
	margin-bottom: 17px;
}

#details {
	height: 173px;
	background: url(../images/details.png) no-repeat;
}

#directions  {
	height: 80px;
	background: url(../images/directions_btn.png) no-repeat center top;
	display: block;
	width: 225px;
	margin-right: 162.5px;
	margin-left: 162.5px;
}

#directions:hover {
	background-position: center bottom;
}







