/* Remove unwanted elements */
#header, #nav, #menu, #twilightgrafix
{
display: none;
}

/* Ensure the content spans the full width */
#container, #content p, .veh-info, .imp-exp, .options, .gen-tech
{
	width: 95%;
	float: none;
	margin: 0;
}

/* Change text colour to black (useful for light text on a dark background) */
#footer p, h2, #twilightgrafix, a.form-link, .medtext, .bluecolor, .redtext, a.form-link:hover, .blackcolor:hover, #footer p a:hover, #footer a:link, #footer a:visited {
color: #000
}

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

#footer {
	margin-top: 35px;
}
