body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
img
{
	border-style: none;
}
div#footer {
	position:absolute;
	bottom: 15px;
	width: 80%;
	height: 40px;
	left: 10%; /* Since we are at 80% width, left 10% position will center us. */
}
div#instructions {
	text-align: left;
	margin-left: auto ;
	margin-right: auto ;
	width: 350px;
}
div#link_popup {
	text-align: center;
	vertical-align: center;
	background-color: #347235;
	width: 840px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	-moz-border-radius-bottomleft:4px; 
	-moz-border-radius-bottomright:4px; 
	-moz-border-radius-topleft:4px; 
	-moz-border-radius-topright:4px; 
}
/* this does not work */
div#link_popup * {
	vertical-align: middle;
}
div#link_popup a:link,
div#link_popup a:visited,
div#link_popup a:active
{
	color: #FFFFFF;
	font-weight:normal;
}
div#link_popup a:hover {
	text-decoration: none;
	font-weight: bold;
}
div#message_box {
	text-align: center;
	background-color: #ECECEC;
	color: #810541;
	width: 350px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
div#family{
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.popup {
	display: none;
}
#legal {
	font-size: 9pt;
}

