@charset "UTF-8";
/* CSS Document */

html, body	{ padding: 0; margin: 0; overflow: hidden; font:inherit; vertical-align:baseline}
img			{ position: absolute; left: 0; top: 0; margin: 0; padding: 0; border: none; }
div			{ position: absolute; left: 0; top: 0; display: block; overflow: hidden; }

#banner {
  left: 0px;
  top: 0px;
  width: 728px;
  height: 90px;
  cursor:pointer;
	background-color: rgba(255,255,255,1);
}
#outl {
  left: 0px;
  top: 0px;
  width: 728px;
  height: 90px;
}
#bg {
  left: 0px;
  top: 0px;
  width: 728px;
  height: 90px;
}
#logo {
  left: 0px;
  top: 0px;
  width: 728px;
  height: 90px;
}
#head_hld {
  left: 93px;
  top: 14px;
  width: 573px;
  height: 62px;

}
#head1 {
  left: 0px;
  top: 0px;
  width: 573px;
  height: 62px;
}
#head2 {
  left: 0px;
  top: 0px;
  width: 443px;
  height: 62px;
}
/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
