regbg_ui.css
305 Bytes
.mainbox {
position: relative;
overflow: hidden;
}
.wgl,
.wgr {
position: absolute;
width: 13%;
height: 100%;
top: 0;
display: block;
}
.wgl {
background: url(../images/wingl.png) no-repeat;
left: 0;
width: 14%;
}
.wgr {
background: url(../images/wingr.png) no-repeat;
right: 0;
}