@font-face {
	font-family: gotham;
	src: url(../../Gotham-Book.ttf);
}

@font-face {
	font-family: gothamBold;
	src: url(../../Gotham-Medium.otf);
}

.nav_bg {
  margin: 0;
  padding: 0;
  border: 0;
}

.nav_bg img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

.content {
	position: relative;
	display: block;
	height: 800px;
	background-color: white;
}

.content_div {
	position: absolute;
	width: 425px;
	height: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content_title {
	margin-bottom: 20px;
}

.content_top {
	margin-top: 35px;
	height: 50px;
}

.content_middle {
	height: 50px;
}

.content_bottom {
	margin-bottom: 15px;
	height: 50px;
}

.content_left{
  float: left;
  width: 250px;
  margin-bottom: 20px;
  font-family: gothamBold;
}

.content_right {
	float: left;
	width: 175px;	
	margin-bottom: 20px;
	font-family: gotham;
}

.content_right a {
  text-decoration: none;
  color: black;
  font-family: gotham;
}

.content_img {
  position: absolute;
  left: 430px;
  top: 18px;
  display: none;
}

.content_img img{
  display: block;
}