* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
}

#wrapper {
	max-width: 650px;
	background: #fff url(background.jpg) no-repeat left top;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 12px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	height: 650px;
	color: #fff;
}

#header {
	position: relative;
}

#header>a {
	position: absolute;
	top: 8%;
	right: 4%;
	height: 26%;
	width: 63%;
}

#content {
	margin: 0 37px;
}

#footer {
	margin: 28px 37px;
}

h1 {
	font-size: 26px;
	margin: 16px 0 10px;
	line-height: 28px;
}

a {
	color: #fff;
	text-decoration: none;
	font-size: 147%;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url("iconli.png") no-repeat left 6px;
	font-weight: 700;
}

.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

#footer .img img {
	display: none;
}

ul li span {
	font-weight: 400;
	font-size: 79%;
}

#footer p {
	color: #000;
	font-size: 14px;
}

#footer aside:nth-of-type(1) {
	float: left;
}

#footer aside:nth-of-type(2) {
	float: left;
	margin-left: 7px;
	margin-top: 6px;
}

@media screen and (max-width: 649px) {
	#footer aside {
		width: 100% !important;
		float: none !important;
	}

	#wrapper {
		width: 100%;
		border: none;
		margin: 0px;
		height: auto;
		background: #6cbd45;
	}

	#content {
		margin: 20px;
	}

	h1{
		font-size: 22px;
	}

	br {
		display: none;
	}

	#footer{
		margin: 0;
		padding: 20px 20px 0;
		background: #faa61a;
		text-align: center;
	}

	#footer .img{
		text-align: right;
		margin-right: -20px;
	}

	#footer .img img {
		display: inline;
	}
}