/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #7E7A7A;
    background-color: #000; 
}
a:link {text-decoration: none; color: #7E7A7A}
a:visited {text-decoration: none; color: #7E7A7A}
a:active {text-decoration: none; color: #E0023E}
a:hover {text-decoration: underline; color: #E0023E;}

#bg {
  position: fixed; 
  top: 0; 
  left: 0;  
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;

  /* Preserve aspect ratio */
  min-width: 100%;
  min-height: 100%;
}
.logo {
  position: fixed;
    top: 50%;
    left: 20%;
    height: 216px;
    width: 304px;
}