body, html {
  height: 100%;
  margin: auto 0;
  background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

#apod_date {
  font-family: 'Zilla Slab Highlight', cursive;
  font-weight: 700;
  font-size:98px;
  margin-bottom: 0; 
}

#apod_title {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 0px;
}

#copyright {
  margin: 0px;
  font-size:16px;
}

#wrapper {
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
}

#main {
  max-width: 540px;
  margin: 0 auto;
}

#apod_explanation {
}

