I would use different CSS files, as George suggests. You can do so much. See CSS Zen Garden for examples of how much you can do.
If this does not give you enough control, you can also specify the main page in your controller as follows:
return View(stringViewName, stringMasterName, model);
source
share