I would like the ".PageBackgroundGlareImage" to repeat down, just like the Page-BgTexture.jpg repeats across, what would I edit below or in CSS to make it repeat? I tried to copy what BgTexture had but I was wrong, ha, help would be appreciated, thank you:)
.PageBackgroundGlareImage
{
background-image: url('images/Page-BgGlare.png');
background-repeat: no-repeat;
height: 376px;
width: 425px;
margin: 0;
}
(I think I edited the size to my liking if it looks sort of off) =P



