﻿/* Remove the default main background image and set colour to white by default */
#content {
    background: none !important;
	background-color: #ffffff !important;
}