html, body {
    background-color: #f0f0f0;
    height: 100%;
    line-height: 1.7em;
    font-family: verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}
h1 {
	font-size: 24px;
	text-align: center;
}
a {color: #ac3a02; text-decoration: none;}

a:hover {color: #444; text-decoration: underline;}

.wrap {
	width: 100%;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
}
.content {
	width: 100%;
	height: auto;
	color: #444;
	font-family: verdana, sans-serif;
}
.content .intro {float:left;}
.content .intro.txt {margin-top: 15%;width: 30%;}
.content .intro.obj {
	width: 70%;
}
.content .intro.obj img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-top:5%;
	margin-bottom: 5%;
}