﻿body{
  background-color: #52BFF8;
  background-attachment: fixed;
  background-image:url('/images/bg.jpg');
  background-repeat: no-repeat repeat;
  background-position: center 0;
  width: 1200px;
  margin: 0 auto;
}
.web-header {
  background-color: white;
  border-bottom: solid 5px #1B526E;
}
.web-header .logo {
  float: left;
  width: 300px;
}
.web-footer {
  background-color: white;
  border-top: solid 5px #1B526E;
  text-align: center;
  line-height: 1.5em;
  padding: 20px;
}
