html, body{
        padding: 0px;
        margin: 0px;
		background-color: #82ab08;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		height:100%
}



#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link  { color: #424542 }

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover { color: #649c35 }