/******************************************************************************/
/* home.css                                                                   */
/******************************************************************************/
/* Author:                                                                    */
/*   Rudy van der Berg                                                        */
/*                                                                            */
/* Date:                                                                      */
/*   July 2010                                                                */
/*                                                                            */
/* Description:                                                               */
/*   Generic stylesheet theme for the Home Page.                              */
/*                                                                            */
/******************************************************************************/

/*** Banner Styles ************************************************************/
div#Banner_l {
  top: 5px;
  left: 5px;
  width: 95%;
  Height: 75px;
  position: absolute;
  background: url("../images/banner/home/left_banner.png") left no-repeat;
}

div#Banner_r {
  top: 5px;
  right: 5px;
  width: 95%;
  Height: 75px;
  position: absolute;
  background: url("../images/banner/home/right_banner.png") right no-repeat;
}

