
body {
  background-image: url("https://unationalgeographics.neocities.org/Bliss_(Windows_XP).png");
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: center;
  background-size:cover;
}

#header{
text-shadow: 5px 5px 15px black;
}

#guestbookheader{
text-shadow: 5px 5px 15px black;
}

h5{
   font-family: "Roboto", sans-serif;
}

#staffphoto{
  height:260px;
  width:260px; 
  float:left;
}

#exit{
  height:16px;
  width:16px; 
  
  position:absolute;
  
  top:2px;
  right:2px;
}

button{
  background-color:red;
  color:white;
  border-radius:5px;
  }
button:hover{
  background-color:darkred;
}
button:active{
  background-color:pink;
}

#DatesChart{
color:rgb(67, 111, 112);
border-style:dashed;
border-color:rgb(51, 80, 92);
border-radius:20px;
padding:5px;
}

#AboutUs{
color:rgb(67, 111, 112);
border-style:dashed;
border-color:rgb(51, 80, 92);
border-radius:20px;
padding:5px;
}


#staffheader{
color:rgb(74, 87, 99);
height:30px;
width:600px;
background-color:white;
border-style:inset;
border-color:rgb(51, 80, 92);
padding:5px;

top:500px;
}

#staffsubbox{
background-color:rgb(57,77,205);
height: 75px;
width: 685px;
position:absolute;

top:574px;
left:23px;
}


#box1{
  border:5px outset;
  border-color:black;
  width: 700px;
  height:1000px;
  background-color:rgb(192, 192, 192);
  padding:5px;
  
  position:static;
}
#box2{
  border:5px outset;
  border-color:black;
  width: 500px;
  height:600px;
  background-color:rgb(192, 192, 192);
  padding:5px;
  
  margin-left:auto;
  
  position:absolute;
  
  top:8px;
  right:8px;
  }
#box3{
  border:5px outset;
  border-color:black;
  width: 500px;
  height:308px;
  background-color:white;
  padding:5px;
  
  margin-left:auto;
  
  position:absolute;
  
  top:700px;
  right:8px;
}
 
 #subbox1{
  border:5px outset;
  border-color:darkgrey;
  width: 675px;
  height:340px;
  background-color:rgb(255, 255, 255);
  padding:5px;
}
#noticebox{
background-color:rgb(57,77,205);
height: 75px;
width: 510px;
position:absolute;

top:0px;
right:0px;
}
#noticeheader{
color:rgb(74, 87, 99);
height:30px;
width:470px;
background-color:white;
border-style:inset;
border-color:rgb(51, 80, 92);
padding:5px;

top:500px;
}
#noticelist{
 position:absolute;
 left: 25px;
}
#thanksgiving{
  height:200px;
  
  position:absolute;
  
  right:10px;
  bottom:10px;
}

#stamp1{
  
position:absolute;

 top: 950px;
 left: 25px;
}
#stamp2{
 height:55px;

position:absolute;

 top: 950px;
 left: 130px;
}
#stamp3{
  
position:absolute;

 top: 950px;
 left: 250px;
}
#stamp4{
  
position:absolute;

 top: 950px;
 left: 355px;
}