body
{
	background-image: url(images/mgbg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
} 

a 
{ 
	color: black;
	text-decoration:none;
}

a:visited 
{ 
	color: black;
	text-decoration:none;
}

a:hover 
{ 
	color: #3D3D3D; 
	text-decoration: underline;
}

a:active 
{ 
	color: black;
	text-decoration:none;
}

.logo
{
	width: 447px;
	height: 320px;
	background-repeat: no-repeat;
	background-image: url(images/logomg.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -223px;
	text-indent: -99999px;
}

.contactdata{
	text-indent: 0px !important;
	margin-top: 310px;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	background-color: #e3e3e3;
	padding: 5px;
	border: 1px solid #999;
}


