﻿body
{
	font-family: Arial;
	color: #006600;
	background-color: #409e23;
}

#wrapper
{
	margin: 0 auto;
	width: 1024px;
	height: 600px;
	padding: 0px;
}

#centerMe
{
	position: absolute;
	top: 50%;
	width: 1024px;
	height: 600px;
	margin-top: -300px;
}

#designBy
{
	font-size: 7pt;
	position: relative;
	float: right;
	padding-right: 12px;
}

#designBy a
{
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#designBy a:hover
{
	color: #ffffff;
}

h1
{
	font-size: 24pt;
}

h2
{
	font-size: 18pt;	
}


