html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
		
body
{
	font-family: Trebuchet MS, Arial;
	background-color: LightSlateGrey;
	font-size: 62.5%;
	background: -moz-radial-gradient(center 45deg, circle closest-side, LightSlateGrey 10%, #100 90%);
	background: -webkit-gradient(radial, 50% 50%, 50, 50% 50%, 400, from(LightSlateGrey), to(#100));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='LightSlateGrey', endColorstr='#000000');
}
		
#floater
{
	position: relative;
	float: left;
	height: 55%;
	margin-bottom: -20em;
	width: 1px;
}
		
#centered
{
	position: relative;
	clear: left;
	height: 32em;
	width: 60em;
	margin: 0 auto;
	border: 1px outset #997777;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
		
#content
{
	font-size: 2em; 
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	margin: 1em;
}
		
#address
{
	color: #000033;
	font-size: 1.4em;
	text-align: left;
	margin-left: 3em;
}

#mail
{
	font-size: 0.7em;
}