@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");

body {
	width: auto;
	margin: auto;
	line-height: 20px;
	/*background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: top;*/
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
}



