/* CSS Document */

/* ------------------------------------------------------------
 * JayNelson 
 ------------------------------------------------------------ */

body {
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	background-color: #3A3E5F;
	}

#container {
	height:875px;
	background-image: url('images/page_mbg.jpg');
	background-repeat: no-repeat;
	}
	
#containerh {
	height:875px;
	background-image: url('images/page_hbg.jpg');
	background-repeat: no-repeat;
	}

#container_2 {
	width:100%;
	height:100%;
	}

#footer {
	display: block;
	}

#featured {
	position:absolute;
	left:960px;
	top:15px;
	width:260px;
	height:690px;
	z-index:2;
	background-image: url(images/featured.png);
}

#valance_footer {
	display:none;
	}