@import url(http://fonts.googleapis.com/css?family=Oxygen);

html {
  background-image: url('backgnd.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  
body {
	height: 100%;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  background-color: rgba(1, 1, 0, 0.3);
  color: #f3f3f3;
  font-size: 0.9em;
  font-weight: normal;
  margin: 0;
  overflow-x: hidden;
  width: 100%; }
  
#header {
	margin: 80px auto 60px;
	width: 280px; }
h1 {
  display: none }

a:link, a:visited, a:hover, a:active {
  color: #f3f3f3; }
  
#footer {
  width: 100%;
  position: fixed;
  bottom: 40px;
 /* margin: 60px 0 0;*/
  font-size: small;
  text-transform: uppercase; }
