html {
	/* Sets an image at the bottom of the page.
	background: transparent url('./images/theme/h_b.jpg') bottom right no-repeat;
	*/
}

#THEWRAPPER {
	background: transparent;
	display: inline-block;
}

#mainWrapper {
	display: inline-block;
}

.imageContainer {
	display: inline-block;
	position: relative;
	text-align: left;
}

.imageContainer span.imageWrap {
	position: absolute;
	top: 50%;
}

.imageContainer img {
	position: relative;
	top: -50%;
}

.imageOverlay {
	margin-left: 0;
}


.ERRORCELL1, .ERRORCELL2 {
	display: inline-block;
	width: 375px;
	height: 400px;
	margin: auto;
	overflow: hidden;
}

.ERRORCELL1 {
	height: 275px;
}

.ERRORCELL1 .imageContainer, .ERRORCELL2 .imageContainer {
	width: 100%;
	height: 100%;
}