#clock {
width: 500px;
height: 40px;
margin: 5px;
color: red;
background-color: rgb(45, 134, 51);
font-family: Arial;
font-size: 32px;
}

#clockMount {
width: 500px;
height: 40px;
margin: 5px;
color: blue;
background-color: rgb(204, 130, 0);
font-family: Arial;
font-size: 32px;
}

#clockCent {
width: 500px;
height: 40px;
margin: 5px;
color: green;
background-color: rgb(249, 24, 0);
font-family: Arial;
font-size: 32px;
}

#clockEast {
width: 500px;
height: 40px;
margin: 5px;
color: yellow;
background-color: rgb(110, 7, 166);
font-family: Arial;
font-size: 32px;
}




#map {
width: 434px;
height: 274px;
background-image: url(timezonenew.png);
}






#divMount {
width: 100px;
height: 200px;
border-style: solid;
border-color: black;
background-color: rgba(0, 0, 255, .5);
float: left;
margin-left: 77px;
margin-top: 20px;

}

#divCent {
width: 100px;
height: 200px;
border-style: solid;
border-color: black;
background-color: rgba(0, 255, 0, .5);
float: left;
margin-left: 10px;
margin-top: 20px;

}

#divEast {
width: 100px;
height: 200px;
border-style: solid;
border-color: black;
background-color: rgba(255, 255, 0, .5);
float: left;
margin-left: 20px;
margin-top: 20px;

}
