body {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(".verti/images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(".verti/images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(".verti/images/bg01.png");
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(".verti/images/bg01.png"); /* HP */
	background-color: #f7f7f7;
	background-position: top left, top left;
	background-repeat: repeat-x, repeat;
	background-size: 100% 30em, auto;
}

#header nav ul li a {
	background: transparent;
}

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

	div.inner, div#wrapper, section.box.feature {
		padding: 0;
		width: 100vw;
		max-width: 100vw;
		text-align: center;
	}

}