<!DOCTYPE html>
<html>
<head>
<style>
img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.ColAn {
    position: absolute;
    width: 120px;
    color: yellow;
    background-color:Blue;
    border: 2px solid #73AD21;
    font-size: 20px;
}
.A0 {
    top: 500px;
    left: 25px;
}
.A1 {
    top: 285px;
    left: 830px;
}
.A2 {
    top: 310px;
    left: 830px;
}
.A3 {
    top: 200px;
    left: 90px;
}
.A4 {
    top: 225px;
    left: 90px;
}
.A5 {
    top: 470px;
    left: 830px;
}
.A6 {
    top: 200px;
    left: 90px;
}
.A7 {
    top: 225px;
    left: 90px;
}
.A8 {
    top: 275px;
    left: 340px;
}
.A9 {
    top: 300px;
    left: 340px;
}
.A10 {
    top: 622px;
    left: 738px;
}
.PLC {
    position: absolute;
    font-size: 12px;
    font-style: italic;
    width: 300px;
    color: blue;
    background-color:transparent;
    border: 2px solid white;
    top: 110px;
    left: 650px;
}
.JAM {
    position: absolute;
    font-size: 20px;
    width: 300px;
    color: blue;
    background-color:transparent;
    border: 2px solid white;
    top: 110px;
    left: 650px;
}
.INFO {
    position: absolute;
    font-size: 12px;
    width: 300px;
    color: blue;
    background-color:transparent;
    border: 2px solid white;
    top: 85px;
    left: 650px;
}
.dot {
    position: absolute;
    height: 30px;
    width: 85px;

}
.ON {
    background-color: transparent;
}
.OFF {
    background-color: red;
}
.D2 {
    top: 610px;
    left: 325px;
}
.D3 {
    top: 610px;
    left: 445px;
}
.D4 {
    top: 610px;
    left: 565px;
}
.D5 {
    top: 335px;
    left: 565px;
}
.D6 {
    top: 550px;
    left: 173px;
}
.D7 {
    top: 530px;
    left: 765px;
}
.D8 {
    top: 740px;
    left: 100px;
}

</style>


