Is there any way I can repeat-y something like

#body {
background: url(images/body_bg.gif) repeat-y;
}

but only 2 times? Thanks.