#container {
	left: 0;
	height: 1000px;
	min-height: 1000px;
	max-height: 1000px;
	background: transparent url(../../images/bg-splash.png) no-repeat left top;
}

#contentContainer {
	background: transparent url(../../images/editable_images/splash-background.png) no-repeat right 94px;
}

* html #contentContainer {
	background: transparent url(../../images/editable_images/splash-background.png) no-repeat right top;
}

#sidebarContainer {
	float: left;
	width: 187px;
}

#sidebar_title {
	background: transparent;
	height: 330px;
}

#sidebar_title-window {
	background-image: url(../../images/side-header-splash.png);
	height: 330px;
}

#sidebar_title h2 {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	margin: 0 0 0 187px;
	background: url(../../images/splash-window.png) no-repeat 0 94px;
	height: 1000px;
}

* html #content {
	background: url(../../images/splash-window.png) no-repeat;
	margin: 94px 0 0 187px;
} 

#title {
	background: url(../../images/title-splash.png) no-repeat;
}

* html #title {
	left: -3px;
	margin: -94px 0 0;
}

#site_title {
	left: 335px;
}

#copyright {
	display: none;
}

#header {
	display: none;
}

#window {
	display: none;
}

#text {
	margin: 10px 60px;
	height: 750px;
	overflow: hidden;
}

* html #text {
	margin: 10px 40px;
}

#footerContainer {
	display: none;
}

#breadcrumb {
	display: none;
}

#plugin_sidebar {
	display: none;
}
