<!DOCTYPE html>
<html>
<head>
<style>
img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.ColAn {
    position: absolute;
    width: 100px;
    color: yellow;
    background-color:Blue;
    border: 2px solid #73AD21;
}
.A0 {
    top: 650px;
    left: 750px;
}
.A1 {
    top: 675px;
    left: 750px;
}
.A2 {
    top: 700px;
    left: 750px;
}
.A3 {
    top: 725px;
    left: 750px;
}
.A4 {
    top: 750px;
    left: 750px;
}
.A5 {
    top: 775px;
    left: 750px;
}
.A6 {
    top: 775px;
    left: 1000px;
}
.A7 {
    top: 750px;
    left: 1000px;
}
.A8 {
    top: 675px;
    left: 1000px;
}


.A9 {
    top: 300px;
    left: 340px;
}
.A10 {
    top: 622px;
    left: 738px;
}
.PLC {
    position: absolute;
    font-size: 12px;
    font-style: italic;
    width: 350px;
    color: grey;
    background-color:transparent;
    border: 2px solid grey;
    top: 240px;
    left: 20px;
}
.JAM {
    position: absolute;
    font-size: 20px;
    width: 200px;
    color: grey;
    background-color:transparent;
    border: 2px solid grey;
    top: 150px;
    left: 20px;
}
.INFO {
    position: absolute;
    font-size: 12px;
    width: 260px;
    color: grey;
    background-color:transparent;
    border: 2px solid grey;
    top: 210px;
    left: 20px;
}
.dot {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
}
.ON {
    background-color: transparent;
}
.OFF {
    background-color: red;
}
.D2 {
    top: 215px;
    left: 565px;
}
.D3 {
    top: 255px;
    left: 565px;
}
.D4 {
    top: 295px;
    left: 565px;
}
.D5 {
    top: 335px;
    left: 565px;
}
.D6 {
    top: 512px;
    left: 200px;
}
.D7 {
    top: 530px;
    left: 765px;
}
.D8 {
    top: 740px;
    left: 100px;
}

</style>


