/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background: url(../images/background.png) repeat-x white;
	margin: 0;
	padding: 0;
}

#wrapper{
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
}
#main{
	position: absolute;
	top: 170px;
	left: 190px;
	width: 605px;
}
#main1{
	background:	url(../images/mainbg1.png) no-repeat;
		position: absolute;
	top: 122px;
	left: 0px;
	width: 800px;
	height: 346px;
}
#main2{
	background:	url(../images/mainbg2.png) no-repeat;
		position: absolute;
	top: 467px;
	left: 0px;
	width: 495px;
	height: 133px;
}
#main3{
	background:	url(../images/mainbg3.png) no-repeat;
		position: absolute;
	top: 467px;
	left: 495px;
	width: 305px;
	height: 133px;
}
#footer{
		position: absolute;
	top: 600px;
	left: 0px;
	width: 800px;
	height: 30px;
}
