@charset "UTF-8";
/* CSS Document */

#centeredcontent {
	width:584px;
	height: 573px;
	text-align: center;
	border: thin none #000;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -286.5px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -292px;
	background-image: none;	/* Half the height of the DIV tag which is also 50 pixels */	
	}
#button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	color: #FFFFFF;
	top: 460px;
	left: 465px;
}
#button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: absolute;
	color: #FFFFFF;
	top: 456px;
	left: 312px;
}
#background {
}
