
html{
    background-image: url("cavemedia/cavebg.gif");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
}
body{
    width: 1200px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
a {
    color: #ffffff;
  }

/*Main*/
.back{
    position: absolute;
    top: 0px;
    left: 0px;
}
.maincontent{
    top: 150px;
    left: 150px;
    width: 800px;
    height: 500px;
    position: absolute;
    background-image: url("cavemedia/orangefire.JPG");
    background-repeat:repeat-x;
    border-style: groove;
    border-radius: 20px;
    border-color: #ff0000;
    margin-right: auto;
    margin-left: auto;
}
#choices{
    left: 50px;
    height: 100px;
    width: 700px;
    position: relative;
    box-sizing: border-box;
    border-style: ridge;
    border-color: #001eff;
    background-color: #000000c6;
    padding: 30px;
    color: #ffffff;
}

/*IFrame*/
#iframe{
    left: 50px;
    height: 400px;
    width: 700px;
    position: relative;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;
    border-style: ridge;
    border-color: #001eff;
    background-color: #000000c6;
}
iframe {
    border: none;
}

/*Graphics*/
.dragon1 {
    position: absolute;
    top: -20px;
    left: 200px;
}
.devinscave {
    position: absolute;
    top: 30px;
    left: 400px;
}
.discoball {
    position: absolute;
    top: 0px;
    left: 920px;
}
.dragon2 {
    position: absolute;
    top: 130px;
    left: 20px;
}
.dragon3 {
    position: absolute;
    top: 280px;
    left: 1020px;
}
.lavalamp{
    position: absolute;
    top: 550px;
    left: 100px;
}
.dragon4{
    position: absolute;
    top: 620px;
    left: 120px;
}
.bong{
    position: absolute;
    top: 630px;
    left: 165px;
}
.lizard{
    position: absolute;
    top: 300px;
    left: 900px;
}
.wand{
    position: absolute;
    top: 450px;
    left: 1100px;
}
.wizardmessage{
    position: absolute;
    top: 610px;
    left: 1225px;
}