body {
    background-image: url("hg.jpg");
    background-position: left -640px top 320px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    margin: 100px 0 0;
    padding: 0 5%;
    text-align: center;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

a, a:hover, a:visited {
	color: #69b42e;
	text-decoration: none;
}

.martin {
    bottom: -10px;
    display: inherit;
    position: fixed;
    right: 0;
    text-align: right;
    width: 100%;
}

.martin img {
	width: 30%;
}

.mumedia {
	width: 50%;
	margin: 0 auto;
}

.mumedia img {
	width: 100%;
	max-width: 600px;
}

@media only screen and (min-width: 480px) {
	.martin img {
		width: 20%;
	}
}