@charset "utf-8";
/* Sedcondary Backgrounds - CSS Document */

/* -------------- Body Background -------------- */

body_bg {
	background-repeat: repeat-y;
	position: relative;
	width: 1000px;
	height: auto !important;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100;
}

/* Background Top */

#body_bg_top {
	background: none;
	position: relative;
	margin: 0;
	width: 1000px;
	height: auto !important;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 105;
}

#body_bg_top-A {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 64px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_top-B {
	background-repeat: no-repeat;
	position: absolute;
	top: 64px;
	left: 0;
	width: 1000px;
	height: 69px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_top-C {
	background-repeat: no-repeat;
	position: absolute;
	top: 133px;
	left: 0;
	width: 1000px;
	height: 60px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_top-D {
	background-repeat: no-repeat;
	position: absolute;
	top: 193px;
	left: 0;
	width: 1000px;
	height: 64px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

/* Background Bottom */

#body_bg_bottom {
	background: none;
	position: relative;
	margin-top: -60px;
	margin-bottom: 0;
	width: 1000px;
	height: 244px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100;
}

#body_bg_bottom-A {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 67px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_bottom-B  {
	background-repeat: no-repeat;
	position: absolute;
	top: 67px;
	left: 0;
	width: 1000px;
	height: 64px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_bottom-C {
	background-repeat: no-repeat;
	position: absolute;
	top: 131px;
	left: 0;
	width: 1000px;
	height: 59px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

#body_bg_bottom-D {
	background-repeat: no-repeat;
	position: absolute;
	top: 190px;
	left: 0;
	width: 1000px;
	height: 54px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 50;
}

/* ------------ Secondary Bottom Spacer ------------ */

#bottom_spacer {
	position: relative;
	margin-top: 0;
	width: 1000px;
	height: 25px;
	z-index: 100;
}



