#topcolour {
background-size: cover;
-ms-behavior: url(/templates/nebula/css/backgroundsize.min.htc);
}
#mainWrap .sidebar ul.nav > li * {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10FFFFFF,endColorstr=#10FFFFFF) !important;
}
#footerwrap {
		 float: left;
  width: 100%;
  position: relative;
  
  z-index: 1;
  
  font-size: 90%;
  
  background: #22428D;
border-bottom: none;
border-top: #E93325;
border-style: solid;
border-width: 8px;
  
  
 /* Chrysti added above and removed  background: rgba(0,0,0,0.8);
  
  border-bottom: none;
  
  border-top: none; to here to edit the colour of the footer and add the red top border */
  color: #ccc !important;
  margin: 0;
		
		/* background: rgb(0, 0, 0); Chrysti removed */
}