img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* ‚Ü‚½‚Íabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative;
}
body { background-attachment:fixed ; }
.style1 {font-size: small}
.style2 {font-size: x-small}
h1 {
	font-size: 10px;
	line-height: 140%;
	display: inline;
}
p {
	font-size: 12px;
}
p2 {
	font-size: 10px;
}
.style4 {
	font-size: 10px;
}
