html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
	/*background-color: #abe3f8;*/
	background-image: url(back.gif);
	background-repeat: repeat-x;

	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
body {
	/*background-image: url(grass2.gif);
	background-repeat: repeat-x;
	background-position: bottom !important;*/
	width: 100%;
	height: 100%;
}
#wholePage {
	width: 100% !important;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#Clouds {
	width: 100% !important;
	height: 100%;
	margin: 0 auto;
	position: absolute; top: 100px; right: auto; bottom: 0px; left: auto;
	z-index: 5;
}
#Content {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background-image: url(fade.png);
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 10px;
}
#Content2 {
	background-image: url(grass.gif);
	background-repeat: repeat-x;
	background-position: bottom !important;
	width: 100%;
	height: 850px;
}
.alternate {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 10px;
	width: 800px;
	height: 10px;
}
.alternate a {
	text-decoration: none;
	color: #f00;
}
#logo {
	width: 800px;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
#logo a {
	text-decoration: none;
	color: #097;
	padding-right: 10px;
}
#logo a:hover {
	text-decoration: blink;
	color: #f00;
}
#maincontent {
	width: 780px;
	height: 500px;
	padding: 10px;
}
#maincontent1 {
	width: 780px;
	height: 250px;
}
#maincontent1 h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 14px;
	padding: 5px;
}
#maincontent1 p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 14px;
}
#maincontent2 {
	width: 470px;
	height: 250px;
	float: left;
}
#maincontent2 h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 14px;
	padding: 5px;
}
#maincontent2 p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 14px;
}
#maincontent3 {
	width: 300px;
	height: 250px;
	float: left;
	padding-left: 10px;
}
#maincontent3 h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #f00; 
	font-size: 16px;
	padding: 5px;
}
.inputstuff {
	border: 1px dotted #097;
}
.inputstuff2 {
	border: 1px dotted #097;
	height: 16px;
	font-size: 13px;
}
#Footer {
	width: 800px;
	height: 22px;
	margin: 0 auto;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	color: #fff;
	float: none;
	clear: both;
}
#Footer a {
	text-decoration: none;
	color: #fff;
}