div.container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -275px;
	width: 900px;
	height: 550px;
	background-image:  url(../img/background_big.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
div.description {
	position: absolute;
	width: 900px;
	height: 40px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #FFFFFF;
	color: #FFFFFF;
}