html { height:100%; }

body, #footer a {
  color: #ddd;
}

body {
  background: url("/images/background-current.jpg") no-repeat scroll 0 0 #FFFFFF;
  background-size: 100% 100%;
  font: 13px/150% "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}

#welcome {
  text-align:right;
  margin-top: 400px;
  margin-right: 180px;
}

#footer {
  background: url("/images/transparent.png") repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
}

#footer a {
  text-decoration: none;
}
