body {
	background-image: url(../html/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#footer {
	right: 0px;
	bottom: 0px;
	background-image: url(../html/bottomBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
}
#main {
	background-image: url(../html/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	width: 520px;
}
#content {
	padding: 0px 10px;
}
