body{
background: white;    
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}
    
#box{
    height: 600px;
    width: 782px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    background-color: white;
    overflow: hidden;
    background-repeat: no-repeat;
}


#wordings{
    position: relative;
    text-align: center;
    color:black;
    font-size: 14px;
    border: 1px solid black;
    width: 782px;
    height: 80px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    padding-left: 50px;
    padding-right: 50px;
}

/****items***/

#photo{
    position:absolute;
    height: 28px;
    width: 21px;
    top:468px;
    left:320px;
    cursor: pointer;
}

#iphone{
    position:absolute;
    height:8px;
    width: 18px;
    top:488px;
    left:342px;
}

#doll{
    position:absolute;
    height:30px;
    width: 26px;
    top:464px;
    left:480px;
}


#paperwork{
    position:absolute;
    height:50px;
    width: 116px;
    top:446px;
    left:363px;
}

#muggy{
    position:absolute;
    height:27px;
    width: 32px;
    top:458px;
    left:538px;
}

#wine{
    position:absolute;
    height:60px;
    width: 20px;
    top:423px;
    left:569px;
    cursor: pointer;
}

#wanted{
    position:absolute;
    height:55px;
    width: 40px;
    top:365px;
    left:500px;
    cursor: pointer;
}

#back{
    position:absolute;
    height:240px;
    width: 60px;
    top:300px;
    left:238px;
}

#icarus{
    position:absolute;
    height:115px;
    width: 85px;
    top:330px;
    left:310px;
}

#howdah{
    position:absolute;
    height:80px;
    width: 60px;
    top:380px;
    left:623px;
}

#fridge{
    position:absolute;
    height:72px;
    width: 62px;
    top: 487px;
    left: 532px;
}

#map{
    position:absolute;
    height:187px;
    width: 454px;
    top: 0px;
    left: 168px;
}

#billy1{
    position:absolute;
    height:75px;
    width: 140px;
    top: 320px;
    left: 0px;
}

#billy2{
    position:absolute;
    height:65px;
    width: 140px;
    top: 399px;
    left: 0px;
}

#billy3{
    position:absolute;
    height:65px;
    width: 140px;
    top: 470px;
    left: 0px;
}

#bed{
    position:absolute;
    height:40px;
    width: 100px;
    top: 536px;
    left: 62px;
}

/****donewithitems****/

/****popupitems****/

#wedding{
    position: absolute;
    top:180px;
    left: 350px;
    display: none;
    cursor: pointer;
    border: 1px solid black;
}

#iwine{
    position: absolute;
    top:160px;
    left: 590px;
    cursor: pointer;
    display: none;
    border: 1px solid black;
}

#newspaper{
    position: absolute;
    top:130px;
    left: 370px;
    cursor: pointer;
    display: none;
    border: 1px solid black;
}


/****donewithpopupitems****/

#op1{
    position: absolute;
    height: 20px;
    width: 150px;
    border: 1px solid white;
    top:10px;
    left:0px;
    background-color: rgba(255,0,255,0.5);
    color:white;
    font-size: 14px;
    text-align: right;
    display: none;
    cursor: pointer;
}
#op2{
    position: absolute;
    height: 20px;
    width: 150px;
    border: 1px solid white;
    top:40px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
    color:white;
    font-size: 14px;
    text-align: right;
    display: none;
    cursor: pointer;
}



.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;  
}
                                
    
}