html {
}
body {
  position:relative;
  text-align:center;
  margin:0 auto;
  background-color:#b9b9b9;
  font-family:courier new,georgia,serif;
  font-size:14px;
  color:#b54236;
  background: url(bgbig.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  margin:0; padding:0;
}
/*
#outer-wrapper {
  position:relative;
  width:700px;
  height:840px;
  margin:0 auto;
}
*/
#wrapper {
  position: relative;
  width:565px;
  height:750px;
  margin:0 auto;
  background:url(comp16.jpg) no-repeat top left;
}
#addr {
  top:356px;
  left:189px;
  position:absolute;
} 
a {
  text-decoration:none;
}
a:link {
  font-family:courier new,georgia,serif;
  font-size:14px;
  color:#666;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:5px;
}
a:hover, a:active {
  color:#333;
}
