.whiteFrame { position: absolute; background-color: transparent; } .whiteFrame_wrapper { position: relative; width: 100%; height: 100%; background-color: transparent; } .whiteFrame_topLeftCorner { background-image: url(./images/whiteFrame/topLeftCorner.png); background-repeat: no-repeat; position: absolute; top: 0px; left: 0px; width: 16px; height: 15px; background-color: transparent; } .whiteFrame_topBar { background-image: url(./images/whiteFrame/topBar.png); background-repeat: repeat-x; position: absolute; top: 0px; left: 16px; right: 20px; height: 15px; background-color: transparent; } .whiteFrame_topRightCorner { background-image: url(./images/whiteFrame/topRightCorner.png); background-repeat: no-repeat; position: absolute; top: 0px; right: 0px; width: 20px; height: 15px; background-color: transparent; } .whiteFrame_leftBar { background-image: url(./images/whiteFrame/leftBar.png); background-repeat: repeat-y; background-position: left center; position: absolute; left: 0px; top: 15px; bottom: 21px; width: 16px; background-color: transparent; } .whiteFrame_center { background-image: url(./images/whiteFrame/center.png); position: absolute; top: 7px; left: 8px; right: 12px; bottom: 13px; overflow: auto; background-color: transparent; } .whiteFrame_rightBar { background-image: url(./images/whiteFrame/rightBar.png); background-repeat: repeat-y; background-position: right top; position: absolute; right: 0px; top: 15px; bottom: 21px; width: 20px; background-color: transparent; } .whiteFrame_bottomLeftCorner { background-image: url(./images/whiteFrame/bottomLeftCorner.png); background-repeat: no-repeat; width: 16px; height: 21px; position: absolute; bottom: 0px; left: 0px; background-color: transparent; } .whiteFrame_bottomBar { background-image: url(./images/whiteFrame/bottomBar.png); background-repeat: repeat-x; background-position: left bottom; position: absolute; left: 16px; right: 20px; bottom: 0px; height: 21px; background-color: transparent; } .whiteFrame_bottomRightCorner { background-image: url(./images/whiteFrame/bottomRightCorner.png); background-repeat: no-repeat; position: absolute; width: 20px; height: 21px; bottom: 0px; right: 0px; background-color: transparent; }