/* Remove unwanted elements */
body {
overflow: visible !important;
position: relative;
display: block;
float: none;
}

#header{
display: none;
}

.sidebar{
display: none;
}

.nav-bar{
display: none;
}

/* Ensure the content spans the full width */
.text-center {
	width: 90%;
	border: 0;
	margin: 0 5%;
	padding: 0;
	overflow: visible; 
	float: none!important;
	position: relative;
	}

.flash-holder {
overflow: visible !important;
position: relative;
display: block;
float: none;
visibility:visible;
	}


/* Change text colour to black (useful for light text on a dark background) 
.lighttext
{
color: #000
}*/



/* Improve colour contrast of links */
a:link, a:visited
{
color: #000000
}


/* css print */
.inner img.head {
	display:block !important;
}

