@charset "utf-8";
/* CSS Document */

#container{
	width: 930px;
	background-image:url(../Images/top-test.jpg);
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header_left {
  float:left;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 100px;
}
#header_right {
  float:right;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 100px;
}
#left{
background-image:url(../Images/left.jpg);
  top: 100px;
  position: absolute;
  left: 0px;
  width: 130px;
  height: 1300px;
  }
 #right{
  top: 0px;
  position: absolute;
  left: 950px;
  width: 120px;
  height: 1300px;
  }
#content {
	background: #fff;
	position: absolute;
	top: 100px;
	left: 130px;
	width: 800px;
	height: 800px;
}
#footer {
	background-image:url(../Images/top-test.jpg);
	position: absolute;
	top: 1425px;
	left: 0px;
	width: 930px;
	height: 100px;
}

