html {
    background-color: #8C8EC3;
    background-attachment: scroll;
}

#picture01 {
    position: absolute;
    left: 50px;
    top: 315px;
    border-radius: 5px;
    border: 5px ridge black;
}

#picture02 {
    position: absolute;
    left: 225px;
    top: 25px;
    border-radius: 5px;
    border: 5px groove black;
}

#picture03 {
    position: absolute;
    left: 500px;
    top: 175px;
    border-radius: 5px;
    border: 5px solid black;
}

#picture04 {
    position: absolute;
    left: 765px;
    top: 100px;
    border-radius: 5px;
    border: 5px double black;
}

#picture05 {
   	position: absolute;
    left: 1010px;
    top: 180px;
    border-radius: 5px;
    border: 5px ridge black;
}

#picture06 {
   	position: absolute;
    left: 1275px;
    top: 100px;
    border-radius: 5px;
    border: 5px groove black;
}

#picture07 {
   	position: absolute;
    left: 1525px;
    top: 250px;
    border-radius: 5px;
    border: 5px solid black;
}

#picture08 {
   	position: absolute;
    left: 375px;
    top: 370px;
    border-radius: 5px;
    border: 5px double black;
}

#picture09 {
   	position: absolute;
    left: 750px;
    top: 400px;
    border-radius: 5px;
    border: 5px ridge black;
}

#picture10 {
   	position: absolute;
    left: 1175px;
    top: 370px;
    border-radius: 5px;
    border: 5px groove black;
}




#picture11 {
   	position: absolute;
    left: 40px;
    top: 700px;
    border-radius: 5px;
    border: 5px solid black;
    
}
#picture12 {
   	position: absolute;
    left: 300px;
    top: 645px;
    border-radius: 5px;
    border: 5px double black;
    
}
#picture13 {
   	position: absolute;
    left: 550px;
    top: 725px;
    border-radius: 5px;
    border: 5px ridge black;
}
#picture14 {
   	position: absolute;
    left: 860px;
    top: 650px;
    border-radius: 5px;
    border: 5px groove black;
}
#picture15 {
   	position: absolute;
    left: 1150px;
    top: 700px;
    border-radius: 5px;
    border: 5px solid black;
}
#picture16 {
   	position: absolute;
    left: 1450px;
    top: 575px;
    border-radius: 5px;
    border: 5px double black;
}
#picture17 {
   	position: absolute;
    left: 50px;
    top: 1000px;
    border-radius: 5px;
    border: 5px ridge black;
}
#picture18 {
   	position: absolute;
    left: 1100px;
    top: 980px;
    border-radius: 5px;
    border: 5px groove black;
}
#picture19 {
   	position: absolute;
    left: 750px;
    top: 960px;
    border-radius: 5px;
    border: 5px solid black;
}
#picture20 {
   	position: absolute;
    left: 450px;
    top: 1040px;
    border-radius: 5px;
    border: 5px double black;
}
#picture21 {
   	position: absolute;
    left: 725px;
    top: 1250px;
    border-radius: 5px;
    border: 5px ridge black;
}
#picture22 {
   	position: absolute;
    left: 1350px;
    top: 1300px;
    border-radius: 5px;
    border: 5px groove black;
}
#picture23 {
   	position: absolute;
    left: 280px;
    top: 860px;
    border-radius: 5px;
    border: 5px solid black;
}
#picture24 {
   	position: absolute;
    left: 1400px;
    top: 1070px;
    border-radius: 5px;
    border: 5px double black;
}
#picture25 {
   	position: absolute;
    left: 1482px;
    top: 850px;
    border-radius: 5px;
    border: 5px ridge black;
}
#picture26 {
   	position: absolute;
    left: 425px;
    top: 1300px;
    border-radius: 5px;
    border: 5px groove black;
}
#picture27 {
   	position: absolute;
    left: 120px;
    top: 1250px;
    border-radius: 5px;
    border: 5px solid black;
}
#picture28 {
   	position: absolute;
    left: 1045px;
    top: 1220px;
    border-radius: 5px;
    border: 5px double black;
}

#quit {
    width: 80px;
    height: 22px;
    background-color: #99cc99;
    position: absolute;
    left: 1550px;
    top: 100px;
    border-style: solid;
    text-align: center;
}

a {
    text-decoration:none;
    color: #000000;
}


input {
  position: absolute;
  left:100px;
  top:100px;
}

#couch {
    position: absolute;
    left: 300px;
    top: 1450px;
}

#instructions {
    width: 500px;
    height: 22px;
    background-color: #589853;
    position: absolute;
    left: 620px;
    top: 35px;
    border-style: solid;
    text-align: center;
}