/* CSS Document */

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:850px;
	height:550px;
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -425px; /*set to a negative number 1/2 of your width*/
	border: 0px solid #ccc;
}
#Layer1 {
position:absolute;
	width:71px;
	height:20px;
	z-index:1;
	left: 335px;
	top: 490px;
}
#Layer2 {
	position:absolute;
	width:69px;
	height:23px;
	z-index:2;
	left: 443px;
	top: 490px;
}