#container2 {
background: url(images/bla.png) repeat-y;
width: ancho de la imagen;
margin: auto auto; /* Así se mantendrá en el centro */
}
#container {
background: url(images/theme/bg_container.png) repeat:
}
#container {
background: url('http://www.taringacs.net/images/maincontainerbg.gif') left top repeat-x,
url('http://www.taringacs.net/images/maincontainerbg.gif') left bottom repeat-x;
}
#container {
background: #004a95 url('http://www.taringacs.net/images/maincontainerbg.gif') top left repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}