ok if you want the center background to be transparent, which i dont recommend since it gives major lag but here is how to do it. find
Code:
.bodyline{background: #31404E; border: 1px solid #D1D7DC}
replace
Code:
.bodyline{background: #31404E; FILTER: alpha(opacity="80"); border: 1px solid #D1D7DC}
change the opacity to what ever percent you like but its really laggy up to u.