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

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

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