Forum Moderators: not2easy
#footer {
width:120%; /*adjust to suit*/
height:25px;
margin: 0 -10% 0 -10%; /*margin left and right = 1/2 greater width */
}
#footer {
width:120%;
height:25px;
margin: 0 -10% 0 -10%;
/* need position for z-index to work, need z-index so content is not "clipped" */
position:relative;
z-index:2 /*a number higher than the z-index of #wrap */
}