body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 1em;
	color: #000111;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.text {
	font-size: 0.7em;
}
.copy {
	font-size: 1.8em;
	font-weight: bold;
}
.grey {
	font-size: 9pt;
	color: red;
}
.mini {
	font-size: 7.5pt;
}
.main {
	position: absolute;
	width: 420px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -210px;
}
