html {
    background: url(../images/photosback.gif) no-repeat center center fixed;
    /* -webkit-background-size: cover;
    -moz-background-size: cover; 
    -c-background-size-: cover; */
    background-size: cover; 
}
body {
  /* width: 950px;  */
  width: 100%;
  font-family: Verdana, Geneva, Arial, sans-serif;
}
  
#header {
  /*background: #fff; */
  width: 100%;
  height: 160px;
}
img.center {
  margin-left: 27%;
  margin-right: auto;
}
#topdiv {
  width: 100%;
  overflow: auto;
  text-align: left;
}
#navdiv {
  width: 30%;
  float: left;
  padding-left: 20px;
}
#navtop {
  width: 251px;  
  height: 201px;
  box-shadow: 5px 5px 5px #333333;
}
#storiesList {
  width: 60%;
  text-align: left;
  float: left;
}
#storiesList ul {
    margin-left: 15%;
    margin-right: auto;
}
#storiesList a {
    font-size: 24px;
    font-weight: bold;;
}
#storiesList a:link {
    color: limegreen;
}
#storiesList a:visited {
    color: darkcyan;
}
p.noneyet {
    font-size: 24px;
    font-weight: bold;;
    color: darkcyan;
}
#comejoinus a {
    color: purple;
}
#comejoinus a:hover {
    color: green;
}
#additionaldiv {
  width: 100%;
  overflow: auto;
  text-align: left;
}
#addedtextdiv {
  width: 74%;
  text-align: left;
  float: right;
  padding: 20px 0 0 25px;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
