body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #000;
}
html {
height:95%;
}

/* ------------ FOOTER TEXT and LINK ----------- */
.footerText	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:7px;
	font-size:xx-small;
	text-align:center;
	font-weight:regular;
	color:#FFF;
}
.footerLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:xx-small;}
.footerLink:active { color:#FFF; text-decoration:none; font-weight:normal;}
.footerLink:link { color:#FFF; text-decoration:none; font-weight:normal;}
.footerLink:visited { color:#FFF; text-decoration:none; font-weight:normal;}
.footerLink:hover { color:#FFF; text-decoration:underline; font-weight:normal;}
