/*
 * site.css
 */
 
/* ................................................................. standard */

body { 
  color: #fff; 
  background-color: #000; 
  background-image: url('/images/earth.jpg');
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: arial, helvetica, sans serif; 
  font-size: 10pt; 
  margin: 0px; 
}

/* ................................................................... custom */

#content {
  position: fixed;
  top: 50px;
  width: 100%;
}

#copyright {
  bottom: 0px;
  color: #86A8EF;
  font-size: 9pt;
  padding-bottom: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
}

#logo {
  top: 50px;
  position: fixed;
  text-align: center;
  width: 100%;
}


.error {
  color: #cccccc;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 400px;
}

