@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("projectlist.css");
body {
	width: auto;
	margin: auto;
	line-height: 20px;
	background-image: url(bg1.jpg);
	background-position: center top;
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


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

}