html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, non-serif;
	font-size: 13px;
	background: grey;
}

/********************************/

#page {
	position: absolute;
	width: 8100px;
	top: 50%;
	margin: -200px 0 0 0;
	background: #fff;
}

.container-column,
.container-img {
	position: relative;
	float: left;
}

.clear {
	clear: both;
}

/********************************/

A {
	color: #000;
}

H1, P {
	position: absolute;
	background: #fff;
	padding: 2px;
}

.container-column H1 {
	font-size: 24px;
	font-weight: normal;
	top: 10px;
	left: 15px;
	z-index: 100;
}

.container-column P {
	top: 43px;
	left: 15px;
	z-index: 10;
}

.container-img P {
	top: 350px;
	left: 15px;
	z-index: 10;
}

.container-img IMG {
	border: 5px solid #fff;
}
