/* the background banner image */
#top {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0004/165325/service_catalogue.jpg");
}

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #99CC00;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #FF6600;
	border-top-color: #FF6600;

}

div#quicklinks a {
color:#003366;
}