Not sure about the first, but footer options are here:
Appearance > Theme Option > General Tab > Scroll Down To Credit Links
If you want to center the menu below the header, I use this in my custom CSS:
#access ul {
float: none;
display: table;
margin: 0 auto;
}