Hola viktoria, para eso hay varias opciones.
Prueba por ejemplo con un fondo para html y otro para body adaptándolo a tu diseño:
Código HTML:
html {
background : url(fondo1.png) repeat-y top left;
}
body {
background : url(fondo2.png) repeat-y top right;
}
También depende de como tengas el contenido, si tienes problemas postea tu código aquí