I was customizing my headerWrapper and decided to add a height line under headerWrapper. Since that reduced the height of the header, I decided to delete it to reinstate the standard height and suddenly I get a NOT FOUND page on my website..(see below) I do show an INDEX.PHP under my ZEN-CART directory. what could be wrong? Permissions? it is now at 755.
this is what I had added to the header:
#headerWrapper {
background-color: #000000;
height: 75px;
}



