body {
  background-color: #448CCC;
  background-image: url(background.png);
  background-repeat: repeat-x;
}
#container {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  width: 198px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  font-family: verdana, arial, sans-serif;
  font-size: small;
  padding: 10px;
}
#footer {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
h3 {
  color: #ffffff;
}
a:link, a:visited {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
}
a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
