body {
	background-color: #444444;
}
	
	#container
	{
		width: 810px;
		height: 800px;
		float: left;
	}
	
	#quer
	{
		width: 810px;
		height: 700px;
		float: left;
	}
	
	#hoch
	{
		width: 810px;
		height: 700px;
		float: left;
		text-align: center;
	}
	
	#text
	{
		width: 710px;
		height: 75px;
		margin-left: 50px;
		margin-top: 15px;
		float: left;
        text-align:center;
        color:#BBBCBD;
        font:normal 0.8em Verdana,Arial,sans-serif;
	}
	
	#close
	{
		width: 50px;
		height: 50px;
		margin-top: 40px;
		float: left;
		text-align: center;
	}