@charset "UTF-8";
/* CSS Document */

div.banner-screen {
	display: none;
	background-image: url(../images/banner_home.jpg);
	width: 1000px;
	height: 237px;
}

div.banner {
	background-image: url(../images/banner_home.jpg);
	display: block;
	width: 1000px;
	height: 237px;
}

a { color: #FFF; }	


div#content_inside{
	background-image: url(../images/Lite_Body_2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
}
	
div#content_aboutus{
	background-image: url(../images/Lite_Body_aboutus.2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
}

div#why_ewing_content{
	background-image: url(../images/Lite_Body_expanded.2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
}

div#content_inside_approach{
	background-image: url(../images/content_approach.2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
}

div#content_renovations{
	background-image:url(../images/Lite_Body_renovation.2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
}

div#content_showcase{
	background-image: url(../images/Lite_Body_aboutus.2-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #40475a;
	}


