/* CSS Document */
body{
margin:0px;
padding:0px;
background:#000000;
}
.left{
 background: url(../images/left.png) repeat-x;
}
.center{
 background:  url(../images/bar_reflect.gif) no-repeat;

}
.right{
 background: url(../images/right.png) repeat-x;
}
