body
{
  text-align: left;
  color: #fff;
  background-color: #000;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  background: url(hubble.jpeg) no-repeat #000;
}

#footerBox
{
  background-color: #59A392;
  padding: 1em;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
}

body > #footerBox
{
    position: fixed;
}

#footerBox img
{
    float: right;
    padding: 3em 3em 0 0;
}

#loginBox
{
    float: right;
    margin: 1em 2em 1em 3em;
    text-align: center;
}

a, a:visited
{
    text-decoration: none;
    color: #eee;
}

a:active, a:hover
{
  color: #fff;
  text-decoration: underline;
}

a.login
{
  font-size: 11px;
  text-decoration: none;
}

a.login:link, a.login:visited
{
  color: #bbb;
}

a.login:active, a.login:hover
{
  color: #ddd;
  text-decoration: none;
}

img
{
  border: none;
  padding: 1em;
}

p.small
{
  font-size: 10px;
  color: #000;
    margin: 1em 0 0 0;
}

p.small a:link, p.small a:visited
{
  color: #000;
}

