body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#centered {
	height: 620px;
	width: 760px;
	visibility: visible;
	background-color: #FFFFFF;
	z-index: 1;
	display: block;
	position: absolute;
	margin-top: -310px;
	margin-right: -380px;
	top: 50%;
	right: 50%;
	padding-top: 70px;
}

#content {
	height: 540px;
	width: 720px;
	visibility: visible;
	background-color: #CCFF33;
	z-index: 3;
	display: block;
	position: relative;
	top: 60px;
	margin-top: 15px;
	text-align: center;
	margin-right: 5px;
	margin-left: 15px;
}

#title {
	height: 30px;
	width: 740px;
	visibility: visible;
	background-color: #FFFFFF;
	z-index: 2;
	display: block;
	position: relative;
	clear: right;
	top: 37px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Amienne;
	font-size: 56px;
	color: #333333;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-left: 15px;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
}

