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

html, body {
  background-image: url("../images/back.jpg");
  height:100%;
}

#wrapper {
	position: relative;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: none;
}