/* Sets the footer to hide on a FirstPage, using the id attribute on the <div> tag for the footer as defined in page.asp. */
/*                         */
#FirstPage { 
display: none; 
}

