html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background-color: #ffffff;
	font-family:Georgia, Times, serifs;
}

img {
	border: 0px;
}

a {
	color: #333333;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
}

img {
	border: 0px;
}

a:hover {
	font-family: arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-241px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:483px; width:100%; max-width:100%; min-width:100%;
	margin:0 auto;
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: arial, verdana, calibri, helvetica;
	font-size: 11pt;
	color: #333333;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}