@charset "utf-8";
/* CSS Document */
body{background-image:url(bg.png); background-repeat:repeat-x; margin:0px; padding:0px; background-position:top}

.box1{
	background:silver;
	background-image:url(bg1.png); background-repeat:repeat-x;
	width:100%;
	height:187px;
	position:absolute;
	top:0px;
	z-index:1;
}

.box2{
	top:-6px;
	/*background:gainsboro;*/
	height:700px;
	width:1000px;
	/*position:absolute;*/
	margin:auto;
	z-index:2;
	}
	
.box{
width:1000px;
margin:auto;
/*top:-6px;*/
}

