@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #FFFFFF;
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	background-color: #000000;
	vertical-align: top;
}
.landingpage #maincontainer {
	height: 1100px;
	width: 900px;
	background: #000000;
	margin: 0 auto;
}
.landingpage #container {
	background: url(images/corderlondon.jpg) no-repeat top right;
	height: 1000px;
	width: 800px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}
.landingpage #leftImage {
	height: 527px;
	width: 315px;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
	display: table;
	float: left;
	margin-top: 52px;
}
.landingpage #rightImage {
	height: 550px;
	width: 442px;
	position: absolute;
	top: 0px;
	left: 352px;
	clear: both;
}
.landingpage #bottomImage {
	width: 442px;
	height: 321px;
	position: absolute;
	top: 550px;
	left: 352px;
	clear: both;
	display: table;
}
.cleared {
	clear:both;
}