/* General */
body, html {
  margin: 0;
  padding: 0;
}
body {
background: transparent url(/images/blue-grad-site.png) repeat-x top;
}

/* Header */
div#header {
  height: 100px;
  background: #fff;
}
div#header h1 {
  float: left;
  text-indent: -9999px;
  width: 131px;
  height: 23px;
  background: transparent url(/images/task-five-logo.png) no-repeat;
  margin: 58px 0 0;
}
div#header p {
  float: right;
  text-indent: -9999px;
  width: 209px;
  height: 14px;
  background: transparent url(/images/to-do-list-with-a-twist.png) no-repeat;
  margin: 67px 0 0;
}

/* Main */
div#main {
  background: #fff;
}
div#main img {
  display: block;
  margin: 0 0 100px;
}

/* Footer */
div#footer {
  background: transparent;
}
div#footer p#notes {
  color: #fff;
  float: left;
  margin: 15px 0 0;
}
div#footer p#notes a#log-in {
  margin: 0 10px 0 0;
}
div#footer p#notes a#sign-up {
  margin: 0 10px;
}
div#footer p#notes a#log-in, div#footer p#notes a#sign-up {
 color: #1551c7;
 text-decoration: none;
 padding: 5px;
 font-weight: bold;
 background: #fff;
}
div#footer p#notes a {
  color: #fff;
}
div#footer p#credit {
  float: right;
  margin: 20px 0 0;
}
div#footer p#credit a {
  text-indent: -9999px;
  width: 145px;
  height: 27px;
  display: block;
  background: transparent url(/images/contrast-logo.png) no-repeat;
}