body{
	background:url(../images/bodybg.jpg);
	text-align:center;font-family: Verdana, Arial, sans-serif;
	font-size:10px;
}
#indexpage{
	width:800px;
	height:550px;
	margin:auto;
}
#indexpage1{
	background:url(../images/indexbg1.jpg);
	position:inherit;
	width:480px;
	height:100px;
	top:0px;
	left:0px;
}
#indexpage2{
	background:url(../images/indexbg2.jpg);
	position:relative;
	width:220px;
	height:65px;
	top:-100px;
	left:480px;
	padding-top:35px;
}
#indexpage3{
	background:url(../images/indexbg3.jpg);
	position:relative;
	width:100px;
	height:100px;
	top:-200px;
	left:700px;
}
#indexpage4{
	background:url(../images/indexbg4.jpg);
	position:relative;
	width:800px;
	height:450px;
	top:-200px;
	left:0px;
}
