* {
	margin: 0;
	padding: 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 650px;
	max-width: 1920px;
	width: 100%;
	height: 150px;
	background: url(../common/header-bg.jpg) no-repeat;
	background-size: 100%;
}
footer {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: #313131;
	color: #e8ebff;
	text-align: center;
}
.footer-text {
	font: 8pt Tahoma;
	vertical-align: middle;
}
html,
body {
	height: 100%;
	background: #eae8d9;
	min-width: 650px;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.name {
	overflow: hidden;
	text-align: left;
	width: 50%;
}
.phone {
	overflow: hidden;
	width: 3%;
	text-align: right;
	margin: 0 1% 0 38%;
}
.mail {
	overflow: hidden;
	width: 3%;
	text-align: right;
	margin: 0 1% 0 1%;
}
.content {
	padding-bottom: 20px;
	height: auto;
	text-align: center;
}
.photos img {
  padding: 15px;
  width: 200px;
  height: 356px;
}
.image {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.image img {
  display: block;
}
.image .caption {
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font: 11px/16px Tahoma, sans-serif;
}
.content {
	padding: 8%;
	text-align: center;
}