In this article.
What are master pages?
Download the sample master page package
How to use the sample master pages
Customization
Compatibility and support.
What are master pages?
Master pages are a feature of ASP.NET 2.0; they work the same way in Windows SharePoint Services 3.0 and Office SharePoint Server 2007 as they do in ASP.NET 2.0. Using master pages, you can create a single page template and then use that template as the basis for multiple pages, instead of having to build each new page from scratch.
View Complete Post