body {
	font-family: arial, sans-serif;
	background: #F6F4E6 url("images/bg.jpg") repeat-x top center; 
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

/*=============================
          Top-Pane
=============================*/


#top-pane {
  float: left;
  width: 100%;
	height: 89px;
	margin: 10px 0 5px 0;
  background: #F2F2EA url("images/top.jpg") no-repeat top left;
}

/*=============================
        Header-Pane
=============================*/

#header-pane {
  float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 130px;
	background: url("images/header.jpg") no-repeat top left; 
}

/*=============================
        Header-Pane-Sub
=============================*/

#header-pane-sub {
  float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 130px;
	background: url("images/header.jpg") no-repeat top center; 
}
