@charset "utf-8";
body {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #FFF;
}
#header {
	height: 118px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cframe {
	height: 2650px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
	background-image: url(bg_iframe.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#bookmarkme {
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	height: 60px;
	width: 170px;
	left: 0px;
	top: 0px;
}

