body {
	background-color: #ffffff;
	margin: 0;
	text-align: center;
}

img {
	border:0px;
}

div#Text {
	position: absolute;
	top:25px;
	left:0px;
	height:85%;
	width: 100%;
	z-index: 1;
	border:0px;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	overflow:auto;
}

div#Next {
	position: absolute;
	bottom:30px;
	left:0px;
	width: 100%;
	height: 25px;
	z-index: 0;
	border:0px;
	background-color: #ffffff;
	text-align: center;
	font-size: 1px;
}

div#Footer {
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height: 20px;
	z-index: 0;
	border:0px;
	border-top:1px solid #d0d0d0;
	background-color: #ffffff;
	text-align: center;
	font-family: verdana, geneva, sans-serif;
	font-size: 10px;
	color:#a0a0a0;
}

p#Footer {
	height:16px;
	margin:0px;
	padding:4px 0px 0px 0px;
}

.footer_links {
	font-family: verdana, geneva, sans-serif;
	font-size: 10px;
	color:#a0a0a0;
	text-decoration:none;
}

a:hover.footer_links {
	font-family: verdana, geneva, sans-serif;
	font-size: 10px;
	color:#c0c0c0;
	text-decoration:none;
}