/* 
=========================================
CSS for student landing page
=========================================
*/
a span#contact-us {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/contact-us.jpg) no-repeat;
}
a span#blackboard {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/blackboard.jpg) no-repeat;
}
a span#colleges-schools {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/colleges-schools.jpg) no-repeat;
}
a span#administration-services {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/administration-services.jpg) no-repeat;
}

