﻿html {
     overflow-y: scroll;
     }

body {
     background-color: #6699cc;
     margin: 15px auto;
     }

#main {
      width: 415px;
      margin: 0px auto;
      }

#logo {
      width: 415px;
      height: 100px;
      }

#address {
         width: 415px;
         height: 25px;
         }

#contact {
         width: 415px;
         height: 25px;
         }

#navbuttons {
            width: 415px;
            height: 50px;
            margin: 15px auto;
            }

#content {
         width: 415px;
         height: auto;
         }

a {
  text-decoration: none;
  }

img {
    border: 0px;
    }

#copyright p {
             font: 10pt Arial, sans-serif;
             color: #00008b;
             text-align: center;
             }