body{
	margin: 0;
	padding: 0;
	background-image: url(../images/bg01.jpg);
	background-color:#FF0000;
	background-repeat: repeat-x;
}
.div1{
	margin: 5px auto;
	width: 90%;
	text-align: left;
	min-width: 900px;
}
	
.div2{ 
	margin: 0px 0px;
	height: 100px;
}
.div3{
	margin: 0px 0px;
	background-image:url(../images/bg02.jpg);
	padding-top: 5px;
	height: 18px;
}
.div4{
	margin: 16px auto;
	padding-left: 50px;
	height: 545px;
	border: 2px solid #FF0000;
	background-image: url(../images/bg03.jpg);
	overflow:auto;
	background-attachment:fixed;
	background-position: 0px 146px;
}
.div5{
	margin: -12px auto;
	height: 48px;
}
.div6{
	position: absolute;
	right: 7%;
	width: 100px;
	height: 131px;
	top: 530px;
}

