html,
body {
	margin:0;
	padding:0;
	height:100%;
font-family: 'Open Sans', sans-serif;
}

#wrapper {
	min-height:100%;
	position:relative;
}


#header {
	
	padding:10px;
}


#content {
	padding-bottom:100px; /* Height of the footer element */
margin-top: 20%;
}


#footer {
	color:#000;
	width:100%;
font-size:0.7em;
text-align: center;
	height:50px;
	position:absolute;
	bottom:10px;;
	left:0;
 text-decoration: none;
}




#footer img {
display: block;
position: relative;
height: 20px;
margin-top: 10px;
margin-bottom: 45px;




}






#content img {

position: relative;
height: 30px;
margin: 30px;

}


@media screen and (max-device-width: 480px){
    #content img {
display: block;
position: relative;
margin-top: 80px;


}

}






