#header
{
	margin-bottom: -80px;
}

#pathway
{
	display: none;
}

#main
{
	height: 100%;
	min-height: 700px;
}

#content
{
	height: 58%;
	display: table;
}

#home
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#home img
{
	height: 325px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 12px;
}

#home p
{
	text-align: center;
	color: #A79213;
	margin: 30px;
}
