@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
body {
  margin: 0px;
  overflow: hidden;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:20px;
}

html {
  background: url(../images/a_bg_d.png) no-repeat right top fixed;
}

h2 {
  margin-bottom: 0px;
  margin: 0px;
}

a {
  color: #999999;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

ul {

}

li {
  margin:0px;
}

/* Fonts */
.footer {
  color: #CCCCCC;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight:100;
}

/* Containers: Organizational */
.footer {
  position:fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background-color: black;
  margin:0px;
  height:50px;
  opacity:.75;
}

.main {
  margin: 20px;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .footer {
  font-size: 20px;
  }
  html {
    background: none;
  }
}
