@import url(font.css);
@import url(header.css);
@import url(../nav/nav.css);
@import url(banner.css);
@import url(section.css);
@import url(footer.css);
@import url(accordion.css);

body {	
	background-image: url(bl0.jpg);
	margin: 0px;
	background-size:cover;
	background-position: top;
	background-attachment: fixed;
}


@media only screen and (max-width: 740px) {

}