body{
    margin:35px;
    padding:0;
    background-color: black;
     position: relative;
}
.content {
    position: absolute;
    transform: scale(100%);
}
.backbtn {
    position:absolute;
    z-index:100;
    background-image:url("buttons/backbutton.png");
    text-decoration: none;
    border:none;
    width:80px;
    height:30px;
    background-repeat: no-repeat; /* Prevents the image from tiling */
    background-size: 100% 100%;
}
.backbtn:hover {
    background-image:url("buttons/backhov.png");
}
img.stereo {
    position: absolute;
    z-index: 10;
    left:414px;
    top:295px;
}

img.stereo:hover {
    cursor: pointer;
    position: absolute;
    background-image:url("room/stereo/stereohov.png")
}


img.rat {
    position: absolute;
    z-index: 11;
    left:260px;
    top:324px;
}

img.rat:hover {
    cursor: pointer;
    position: absolute;
    background-image:url("room/rat/rathov.png")
}

img.cd {
    position: absolute;
    z-index: 14;
    left:145px;
    top:387px;
}

img.cd:hover {
    cursor: pointer;
    position: absolute;
    background-image:url("room/cd/cdhov.png")
}

img.camera {
    position: absolute;
    z-index: 11;
    left:258px;
    top:374px;
}

img.camera:hover {
    cursor: pointer;
    position: absolute;
    background-image:url("room/camera/camerahov.png")
}

img.pc {
    position: absolute;
    z-index: 11;
    left:550px;
    top:230px;
}
/*screen res will be 400x247*/

img.pc:hover {
    cursor: pointer;
    position: absolute;
    background-image:url("room/pc/pchov.png")
}

img.bg {
    position: absolute;
}

.computerScreen{
    position:absolute;
    z-index:12;
    border:none;
    left:295px;
    top:60px;
    transform: scale(0.45);
    transform-origin: 0 0;
}