#bg {
width: 220px;
height: 220px;
background: transparent;
border:0;
margin:25px 25px 0px 0px;
padding:0;
}
#transbox {
width: 220px;
height: 220px;
margin:0px;
background: #757575;
border:0;
filter:alpha(opacity=75);
opacity: 0.75;
-moz-opacity:0.75;
}
#transbox div {
padding: 3px;
font-weight: bold;
font-size:16px;
line-height:18px;
text-align:center;
color: #FFFFFF;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}
