body {
	background-color: black;
	background-image: url('bridge.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 95% 95%;
}

h2{
	font-size: 30px;
	color: white;
}

menu{
  float:left;
  width:20%;
  text-align:center;
}

#intro{
	color: white;
	background-color: gray;
	width: 350px;
	padding: 25px;
	font-size: 18px;
	text-align: center;
	margin: auto;
}

#info{
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 50px;
}

#schoolInfo{
	padding: 50px;
	color:white;
}