@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("index_below.css");
@import url("gallery.css");
body {
	width: auto;
	margin: auto;
	overflow-x:hidden;
}

#sm{
	width: 45px;
	position: fixed;
	bottom: 24px;
	right: 0px;
	z-index:9999;
}

#sm a img{
	width: 100%;
	margin-bottom: 1px;
}
	
@media only screen and (max-width: 800px) {
	#sm{
		width: 25px;
	}
}

