.topGlow { 
width:100%;
background-image:url(images/gradTop.gif);
background-repeat:repeat-x;
height:39px;
}
.topLeftGlow {
background-image:url(images/gradTopLeft.gif);
background-repeat:no-repeat;
width:38px;
height:39px;
float:left;
}
.topRightGlow {
background-image:url(images/gradTopRight.gif);
background-repeat:no-repeat;
width:34px;
height:39px;
float:right;
}
.leftGlowContainer {
width:38px;
height:455px;
position:absolute;
top:39px;
left:0px;
background-image:url(images/gradLeft.gif);
background-repeat:repeat-y;
}
.leftGlow {
height:100%;
}
.rightGlowContainer {
width:38px;
height:455px;
position:absolute;
top:39px;
right:-4px;
background-image:url(images/gradRight.gif);
background-repeat:repeat-y;
}
.bottomGlow {
z-index:100;
position:absolute;
top:494px;
left:0px;
width:100%;
background-image:url(images/gradBottom.gif);
background-repeat:repeat-x;
height:39px;
}
.bottomLeftGlow { 
background-image:url(images/gradBottomLeft.gif);
background-repeat:no-repeat;
width:38px;
height:39px;
float:left;
}
.bottomRightGlow {
background-image:url(images/gradBottomRight.gif);
background-repeat:no-repeat;
width:34px;
height:39px;
float:right;
}