
#top, #second1, #second2, #third1, #third2, #third3, #bottom1, #bottom2, #bottom3, #bottom4
{
border-style:solid;
font-size:24px;
font-family:helvetica,arial,sans-serif;
text-align:center;
background-color: white;
width:60px;
height:40px;
line-height:40px;
border-radius:5px;
overflow: hidden;
}

#top{
position:absolute;
top:65px;
left:190px;
}

#second1{
position:absolute;
top:120px;
left:140px;
}
#second2{
position:absolute;
top:120px;
left:255px;
}
#third1{
position:absolute;
top:175px;
left:90px;
}
#third2{
position:absolute;
top:175px;
left:205px;
}
#third3{
position:absolute;
top:175px;
left:320px;
}
#bottom1{
position:absolute;
top:230px;
left:50px;
}
#bottom2{
position:absolute;
top:230px;
left:160px;
}
#bottom3{
position:absolute;
top:230px;
left:270px;
}
#bottom4{
position:absolute;
top:230px;
left:380px;
}
