
document.write('</div>');
//document.write('</div'); //close bg
document.write('</div>'); //CLOSE THE CONTENT DIV

document.write('<div id="bottomFooter">'); //open bottom nav
document.write('<div class="centerbig">');  //div to center all this stuff

//bottom links
document.write('<div id="bottomLinks"><a href="/index.html">Home</a> | <a href="/about.html">About</a> | <a href="/portfolio.html">Portfolio</a> | <a href="/careers.html">Careers</a> | <a href="/contact.html">Contact</a></div>');

document.write('<img id ="smallLogo" src="/images/logoSmall.png" alt="Sacco + McKinney Architects"  />'); 

//info for footer
document.write('<div id="bottomInfo">&copy; 2010 Sacco + McKinney Architects, P.C.<br />11 British American Blvd. Latham, NY 12110 -- [518] 783-8933</div>');

document.write('</div>');  //close center div
document.write('</div>'); //close bottom nav

document.write('<div id="bottomWhite"><!--bottom white space --></div>'); //white space underneath footer
document.write('</body>');
document.write('</html>');

