/* Remove unwanted elements */
#right_column, #header_wrap, #main_logo_internal, #clear_space, #footer_wrap
{
display: none;
}

/* Ensure the content spans the full width */
#content, #content_wrap, #main
{
width: 100%; margin: 0; padding:0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}
body, #main{
	background:none !important;
}