@CHARSET "UTF-8";

#content {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}

body {
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-color: black;
background-attachment: fixed;
}