/* Header Page/Index Page CSS*/
a:link, a:visited {
  color: #ffffff;
  font: bold 18px 'Times New Roman';
  text-decoration: none;
}

#alt { display: none }

body { background: #525252; }

img {
  border: none;
  padding-bottom: 15px;
}

#logo {
  margin-top: 60px;
  text-align: center;
  
  height: 100%;
  width: 100%;
}
