/* CSS Document */

body {
	background:url(../images/index_bg.jpg) top repeat-x ;
	margin: 0;
	padding: 0;
}

#wrapper {
  margin: 0 auto;
	width: 1100px;
	}

div,
p,
img {
  margin: 0;
	padding: 0;
	border: none;
	}

#section01,
#section02 {
  position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	}
	
p#online01 {
  text-indent: -9999px;
	width: 410px;
	height: 90px;
	position: absolute;
	top: 1140px;
	left: 345px;
	}

p#online01 a {
  display: block;
	width: 410px;
	height: 90px;
	background : url(../images/ban01.jpg) 0 0 no-repeat;
  }

p#online01 a:hover { background : url(../images/ban01.jpg) 0 -90px no-repeat; }
	

p#online02 {
  text-indent: -9999px;
	width: 620px;
	height: 90px;
	position: absolute;
	top: 800px;
	left: 240px;
	}

p#online02 a {
  display: block;
	width: 620px;
	height: 90px;
	background : url(../images/ban02.jpg) 0 0 no-repeat;
  }	

p#online02 a:hover { background : url(../images/ban02.jpg) 0 -90px no-repeat; }
