#index
{
    border-right: black solid;
    border-top: black solid;
    border-left: black solid;
    border-bottom: black solid;
}

body
{
    background-attachment: fixed;
    background-image: url(bg.gif);
    background-repeat: repeat-y;
}
#bg2
{
    background-position-x: right;
    background-attachment: fixed;
    background-image: url(bg.gif);
    background-repeat: repeat-y;
}
