#home_link { display: block; float: left; width: 200px; height: 200px; }

#home_content {
	width: 100%;
	display: block;
}

#home_content #left {
  width: 48%;
  float: left;
}

#home_content #right {
  width: 48%;
  float: right;
}

#home_content h2 {
	margin: 0px 0px 0px 0px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	font-size: 1.5em;
	float: none;
	display: inline-block;
}

#home_content p {
  float: none;
  display: block !important;
  margin: 0px 0px 20px 0px !important;
}

body.home .footerleft {

	background-image: url(../../rio.them.co.uk/images/logoboardhome.gif);
	
}

body.home .content {

	background-repeat: no-repeat;
	background-image: url('../../rio.them.co.uk/images/locog.gif');
	background-position: right top;
}
