html, body {
     height: 100%;
     margin: 0;
     padding: 0;
	 background-color: #000000;
	 background-image: url(../images/bkgd.jpg);
    }
.center {
     height: 100%;
     width: 100%;
	 background-repeat: no-repeat;
	 background-position: center center
    }
div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E1D39B;
	text-decoration: none;
	}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E1D39B;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E1D39B;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E1D39B;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E1D39B;
	text-decoration: underline;
}
