body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 70%;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
.spacer {
	position:relative;
	height:auto;
	top: 0px;
	width:2.5%;
	float:left;
	}		
.letter {
	position:relative;
	height:auto;
	top: 0px;
	width:18.5%;
	float:left;
	}
.letter_y {
	position:relative;
	height:auto;
	top: 0px;
	width:5%;
	float:left;
	}
.cover {
	width:100%;
	text-align:center;
	top: 10pt;
	position: absolute;
}
	

