html { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom-img.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #4888c6;
	color: #fff;
}
img { border-width: 0px; }

#page {
	width: 100%;
}
#pom {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	height: 110px;
	z-index: 5;
}
#left {
	height: 100%;
	position: absolute;
	top: 0px;
	right: 710px;
	bottom: 0px;
	left: 0px;
	min-width: 80px;
	z-index: 3;
	visibility: visible;
	background-color: #000;
	background-image: url(images/pommier.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#topimg {
	width: 710px;
	height: 250px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
	z-index: 4;
}
#txt {
	width: 450px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
	z-index: 1;
	overflow: auto;
	text-shadow: black 2px 2px 3px;
}
#bottom {
	width: 710px;
	height: 230px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	visibility: visible;
	background-image: url(images/bottom-img-tr.png);
}

