.wrapper {
position: absolute;
padding: 0 0 50px 0;
width: 86%;
left: 50%;
margin-left: -43%;
background-color: transparent;
}

#tools ul li.fullscreen, #tools ul li.center {
width: 25px;
display: block;
}

#tools ul li.fullscreen a { 
width: 25px;
background-image: url(/images/bt_fullscreen.gif);
}

#tools ul li.center a { 	
width: 25px;
background-image: url(/images/bt_center.gif);
}