<!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: 310px;
    left: 340px;
}
.A1 {
    top: 625px;
    left: 735px;
}
.A2 {
    top: 250px;
    left: 830px;
}
.A3 {
    top: 275px;
    left: 830px;
}
.A4 {
    top: 375px;
    left: 830px;
}
.A5 {
    top: 465px;
    left: 830px;
}
.A6 {
    top: 400px;
    left: 830px;
}
.A7 {
    top: 250px;
    left: 90px;
}
.A8 {
    top: 335px;
    left: 340px;
}
.A9 {
    top: 360px;
    left: 340px;
}
.A10 {
    top: 275px;
    left: 90px;
}
.A11 {
    top: 300px;
    left: 90px;
}
.PLC {
    position: absolute;
    font-size: 12px;
    font-style: italic;
    width: 500px;
    color: grey;
    background-color:transparent;
    border: 2px solid grey;
    top: 690px;
    left: 20px;
}
.JAM {
    position: absolute;
    font-size: 20px;
    width: 200px;
    color: white;
    background-color:transparent;
    border: 2px solid grey;
    top: 20px;
    left: 20px;
}
.INFO {
    position: absolute;
    font-size: 12px;
    width: 260px;
    color: white;
    background-color:transparent;
    border: 2px solid grey;
    top: 75px;
    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: 235px;
    left: 565px;
}
.D3 {
    top: 275px;
    left: 565px;
}
.D4 {
    top: 315px;
    left: 565px;
}
.D5 {
    top: 357px;
    left: 565px;
}
.D6 {
    top: 398px;
    left: 565px;
}
.D7 {
    top: 530px;
    left: 765px;
}
.D8 {
    top: 690px;
    left: 20px;
}

</style>


