@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:  #ff6600;
}

#sm{
	width: 45px;
	position: fixed;
	top: 220px;
	right: 10px;
	z-index:99999;
}

#sm img{
	width: 45px;
	padding:2px;
	border:none;	
}

@media only screen and (max-width: 750px) {
	#sm{
	top: 255px;
	right:0px;	
}

#sm img{
	width: 35px;	
}
	
}