sorry the images failed to upload, they were too large filesize.
could you try again (perhaps save them as JPG)
You could try to hide the site title and tagline box with CSS (which is very unusual – you will have no branding showing sitewide)
.site-info {
visibility: hidden;
}