body {
	background: url("../pic/bg.png");
	background-color: #009999 ;
	color: black ;
	text-align: center ;
}
p, ul, td {
	font-family: Arial, Helvetica, sans-serif ;
	margin-bottom: 0px ;
}
h1 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.2em ;
	font-weight: bold ;
	text-align: center ;
	margin-top: 100px ;
	margin-bottom: 20px ;
}
h2 {
	font-family: Arial, Helvetica, sans-serif ;
	text-align: center ;
	font-size: 1.4em ;
	background-color: #f0f0f0 ;
	color: black ;
}
a:link {
	color: #336699 ;
	background: transparent ;
	text-decoration: none ;
}
a:visited {
	color: #336699 ;
	background: transparent ;
	text-decoration: none ;
}
a:hover {
	color: #336699 ;
	background: transparent ;
	text-decoration: none ;
}
a:active {
	color: #336699 ;
	background: transparent ;
	text-decoration: none ;
}

div.mainbody {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	width: 800px ;
	height: 618px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 30px ;
	margin-bottom: auto ;
	padding: 0px ;
	background-color: transparent ;
	color: black ;
	border: 0px solid black ;
}

div.auto {
	text-align: center ;
	width: 816px ;
	height: 200px ;
	margin: 0 auto ;
	padding: 0px ;
	background-color: transparent ;
	border: 0px ;
}

div.floater {
	float: left ; 
	height: 50% ; 
	margin-bottom:-100px ;
}

div.absolute {
	text-align: left ;
	position: absolute ;
	padding: 0px ;
	color: black ;
	border: 0px solid black ;
}

