Ejemplo:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
*{margin: 0; padding: 0;}
body{background-color: #000;}
#left_menu{
width: 135px;
margin: 5px 5px;
}
.leftTop{
background-image: url(left-top.jpg);
background-position: top;
background-repeat: no-repeat;
height: 29px;
}
.leftBody{
background-image: url(left-center.jpg);
background-position: top;
background-repeat: repeat-y;
color: #fff;
padding: 5px;
}
.leftBottom{
background-image: url(left-bottom.jpg);
background-position: bottom;
background-repeat: no-repeat;
height: 13px;
}
<div class='leftBody'>aqui va el c
ódigo que desees colocar
</div> <div class='leftBottom'></div>
Ahí tienes la idea, si no entiendes lo que dice ese código, entonces te recomiendo que leas manuales como por ejemplo
http://www.librosweb.es/