html {
  background-color: black;
  height: 100%;
}

body {
  background-image: url('../images/bg.png');
  background-repeat: repeat-x;
  background-color: #5288e9;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  margin: auto;
  width: 850px;
  padding-bottom: 80px;
}

.header {
  height: 85px;
  border-bottom: 1px solid #5288e9;
  margin-bottom: 34px;
  clear: both;
}

.header .logo {
  padding-top: 36px;
  float: left;
}

.header .menu {
  padding-top: 36px;
  float: right;
  color: white;
}

.header .menu .menuitem {
  float: left;
  margin-left: 40px;
  font-size: 20px;
}

.header .menu .menuitem a,
.header .menu .menuitem a:visited {
  color: white;
  text-decoration: none;
}

.header .menu .menuitem a:hover {
  color: #9fc2ff;
  text-decoration: underline;
}

.content {
  background-color: white;
  padding: 20px;
  min-height: 500px;
}

.content a {
  color: #5288e9;
}

.content a:visited {
  color: #5288e9;
}

.content a:hover {
  color: red;
}

.footer {
  height: 85px;
  background-image: url('../images/footerbg.png');
  background-repeat: repeat-x;
  color: white;
  font-family: arial;
  padding-left: 15px;
}

.footer .copy {
  padding-top: 20px;
  font-size: 0.9em;
}
