html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin : 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DFF08D;
	height: 100%;
	width: 100%;
	padding: 0;
	margin : 0;
	
}
a {
	text-decoration: none;
	color: #99CC66;
}
#container {
 	position: absolute;
      	left: 50%;
      	top: 50%;
	background-color: #FFFFFF;
	width: 779px;
	height: 200px;
	margin-left: -389px;
     	margin-top: -100px;
	padding: 10px;
	text-align: left;
	border: 1px dotted #FF9900;
}
#footerimg {
 	position: absolute;
      	left: 50%;
      	top: 50%;
	//background-color: #FFFFFF;
	//width: 779px;
	//height: 200px;
	margin-left: 210px;
     	margin-top: 130px;
	padding: 10px;
	text-align: left;
	//border: 1px dotted #FF9900;
}
#info {
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}
#cert {
	text-align: right;
margin-top: -50px;
}