body {
	background-attachment: fixed;
	background-image: url(../images2/sm-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images2/header.jpg);
	background-repeat: no-repeat;
	height: 192px;
}
#container {
	background-image: url(../images2/content_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;

}
.content {
	padding-right: 0px;
	padding-left: 0px;
	z-index: 720;
}
#footer {
	height: 80px;
	background-image: url(../images2/footer.jpg);
	background-repeat: no-repeat;

}
