body{
	background-color:#fec402;
	margin:0 auto;
	margin-top:5.25%;
}
.content{
	width:89.5%;
	background-color:#fff;
	border-bottom:10px solid #404d60;
	padding-top:5.25%;
	padding-bottom:-10px;
	margin:0 auto;
	text-align:center;
	display:block;
}
.textbox {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #282828;
  line-height: 1.333;
  text-align: center;
  font-weight:300;
  width:970px;
  margin:0 auto;
  max-width: 85%;
  padding-top:2.3%;
  padding-bottom:3%;
}

.footer {
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #282828;
  line-height: 1.333;
  text-align: center;
  font-weight:bold;
  width:970px;
  margin:0 auto;
  max-width: 85%;
  padding-top:25px;
  padding-bottom:25px;
}.footer .aclass{
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #282828;
  line-height: 1.333;
  text-align: center;
  font-weight:bold;
  width:970px;
  margin:0 auto;
  max-width: 85%;
  padding-top:25px;
  padding-bottom:25px;
}
.footer p, .footer a {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #282828;
  line-height: 1.333;
  text-align: center;
  font-weight:bold;
  text-decoration:none;
  width:1000px;
  margin:0 auto;
  padding-top:25px;
  max-width: 85%;
}
.img{
	max-width:80%;
	margin:0 auto;
}
.imgBoard{
	width:100%;
	display:block;
	margin-bottom:0xp;
}
.qr{
	display:block;
	clear:both;
	margin:0 auto
}
@media screen and (max-width: 970px) {
    
.qr{
	display:none;
	clear:both;
	margin:0 auto
}
.textbox {
  font-size: 18px;}
}