body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 982px;
	height: 785px;
}
#header{
 	width: 982px;
	height: 120px;
	background-image: url(images/header.jpg);
}
#main{
	width: 902px;
	height: 530px;
	background-image: url(images/body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 30px 40px;
}
#footer{
	width: 982px;
	height: 75px;
	background-image: url(images/footer.jpg);
}

