body
{
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
	margin: 0 auto;
	background-color: #ffffff;
}

#mainPage
{
	background: url("/images/BGMain.jpg") no-repeat;
	width: 800px;
	height: 1000px;
	position: absolute;
	left: 50%; 
	margin-left:-400px; 
}

#mainText
{
	font-size: 16px;
	color: #464646;
	position: relative;
	left: 180px;
	top: 300px;
	width: 480px;
}

#footerText
{
	font-size: 10px;
	color: #464646;
	position: absolute;
	left: 190px;
	top: 640px;
	width: 440px;
}


a:link
{
    font-size: 16px;
	text-decoration: none;
	color: #00804D;
}
a:visited
{
    font-size: 16px;
	text-decoration: none;
	color: #00804D;
}
a:active
{
    font-size: 16px;
	text-decoration: none;
	color: #00804D;
}
a:hover
{
    font-size: 16px;
	text-decoration: underline;
	color: #00804D;
}

