body { 
background-image: url(bg.jpg); 
background-repeat: no-repeat;
background-position: center; 
}

DIV.boxd {
width: 100%;
background-color: #CCCCCC;
filter: alpha(style=0, opacity=88);
padding: 5px 
}


