QUOTE(wordstoasong @ Nov 29 2008, 09:14 AM)

Thank you.
2nd question, a link bar across the top? Something that I can have an image, then my links, and all that jazz. Thank you.
I would just make another div for both my image and/or my links.
Then make the links in a <ul> code.
CODE
#main_nav { list-style: none; margin-left: XXpx; margin-top: XXXpx;}
#main_nav li {display: inline; text-align: center; padding-right: 15px;}
#main_nav a:link, #main_nav a:visited {CODES HERE}
#main_nav a:hover {CODES HERE}