/* STRETCH PANEL */
#stretchLayer {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
		background-color: #f9f9fa;

}
#stretchPanel {
	overflow: hidden;
	margin: auto;
	width: 960px;
	height: auto;
	background-color: white;
}
