body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
#main {
	width:600px;
	z-index:1;
	margin:auto;	
	overflow: hidden;
}
#content {
	position:absolute;
	width:600px;
	height:300px;
	z-index:1;
	top:50%;
	margin-top:-120px;
	overflow: visible;
}
#head1 {
	width:600px;
	z-index:1;
	top:0;
	position: absolute;
	overflow: visible;
}
#head2 {
	width:600px;
	height:31px;
	top:0px;
	z-index:2;
	top:79px;
	position: absolute;
	overflow: visible;
}
#head3 {
	width:600px;
	height:50px;
	top:0px;
	z-index:2;
	top:170px;
	position: absolute;
	overflow: visible;
}
h1 {
	font-size: 60px;
	text-align: center;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 20px;
	
}

h2, a:link, a:visited {
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 17px;
	height: 10px;
	color: #000000;
	text-decoration: none;
	
}
