body {
	background-color: #DCE0EC;
	background-image: url(../ui_img/plastic_bottle_bg_corner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 580px;
	margin-left: -450px;
	margin-top: -290px;
	background-image: url(../ui_img/re-f-use-background2.gif);
}
div.debug {
	position: absolute;
	font-size: 10px;
	width: 90%;
	height: 30px;
	top: 100%;
	left: 5%;
	text-align: left;
	z-index: auto;
	color:#FF0000;
	overflow: visible;
}