@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;
}
.doorwaypage #maincontainer {
	height: 1100px;
	width: 900px;
	background: #000000;
	margin: 0 auto;
}
.doorwaypage #container {
	background: url(images/corderlondon2.jpg) no-repeat top right;
	height: 1000px;
	width: 800px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}
.doorwaypage #leftImage {
	height: 527px;
	width: 315px;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
	display: table;
	float: left;
	margin-top: 52px;
}
.doorwaypage #rightImage {
	height: 582px;
	width: 442px;
	position: absolute;
	top: 0px;
	left: 352px;
	clear: both;
}
.doorwaypage #textTop {
	width: 442px;
	height: 158px;
	position: absolute;
	top: 420px;
	left: 352px;
	clear: both;
	display: table;
	/* border: 1px solid #9AE77C; */
}
.doorwaypage #textBottom {
	width: 442px;
	height: 122px;
	position: absolute;
	top: 580px;
	left: 352px;
	clear: both;
	display: table;
	/* border: 1px solid #B38CE3; */
}
.doorwaypage #bottomImage {
	width: 442px;
	height: 321px;
	position: absolute;
	top: 670px;
	left: 352px;
	clear: both;
	display: table;
	/* border: 1px solid #B38CE3; */
}
.cleared {
	clear:both;
}
