class SiteController < ApplicationController
  layout "different"
  
  def index
  end

  def about
  end

  def help
  end
end