You add a new ASPX page in the theme directory. eg. ~/Themes/Aero2007/Common/Somepage.aspx
You set that page to use Home.master as the master page.
You can then add <asp:Content's to that page.
Open SiteUrls.config, find the Common section, copy home.aspx's mapping, renaming it to the new page.
Hope that helps