#container {
      position: relative;
      width: 631px;
      margin: 0 auto;
      text-align: center;
	float: none;
}

#knickknack {
	float: left;
	display: none;
}

#title {
      margin: 0 0 0 250px;
      text-align: left;
}

* html #title {
      margin: 0 0 0 210px;
}

#copyright {
      display: none;
}

#bookedge {
	background: none;
	height: 80px;
	width: 631px;
}

#contentContainer {
	background: none;
}

#sidebarContainer {
	display: none;
}

#content {
	margin: 0;
}

* html #content {
	margin: -15px 0 0;
}

#header {
	display: none;
}

#page_title {
      display: none;
}

#text {
	width: 631px;
	height: 843px;
      margin: 15px 0 0;
	background: url(../../images/editable_images/splash-background.png) no-repeat;
}

#splash {
	height: 843px;
	background: url(../../images/splash-window.png) no-repeat;
}

#footerContainer {
      display: none;
}


