/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
	background:url(img/background.gif) #000 repeat-y center; /* added by CK Lai */
}

#page-wrapper {
	background-color: #fff; /* added by CK Lai */
}

#page {
}

#header {
	background: url(img/masthead_corp_red.jpg) top left no-repeat; /* added by CK Lai */
}

#header .section {
}

/** added by CK Lai **/
#header-top
{
}

#header-bottom
{
  border-top: solid 1px rgb(255,255,255);
  background: url(img/cais-banner_r1_c1.jpg) top left no-repeat;
}
/*********************/

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
