/* CSS Document */
html, body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #859caa;
	scrollbar-3dlight-color: #859caa;
	scrollbar-darkshadow-color: #859caa;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

div#container {
background-color:#FFFFFF;
  position: absolute;
  height: 500px;
  width: 99%;
  top: 50%;
  text-align: center;
  margin-top: -255px;
  margin-left: auto;
  margin-right: auto;
}
div#container2 {
background-color:#FFFFFF;
  position: relative;
  height: 515px;
  width: 865px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow:hidden;
}
div#header {
background-color:#FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 89px;
  width: 864px;
} 

