* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #333 url(../images/background.png) top center repeat-y;
}

#pageContainer {
	width: 625px;
	margin: 0px auto;
}

#splash_logo {
	margin: 60px 0px 80px;
}

#splash_nav {
	list-style: none;
}

#splash_nav li {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}

#splash_nav li a {
	height: 40px;
	display: block;
}

#splash_projects {
	width: 132px;
	margin-right: 105px;
	background: url(../images/splash_projects.png);
}

#splash_projects:hover {
	background: url(../images/splash_projects_over.png);
}

#splash_members {
	width: 158px;
	margin-right: 104px;
	background: url(../images/splash_members.png);
}

#splash_members:hover {
	background: url(../images/splash_members_over.png);
}

#splash_contact {
	width: 126px;
	background: url(../images/splash_contact.png);
}

#splash_contact:hover {
	background: url(../images/splash_contact_over.png);
}