@charset "utf-8";
/* CSS Document */
a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }
body {
	background-image:url(../images/sp.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height:0;
	padding-top: 312.5%;
	margin: 0 0 0 0;
	background-size: contain;
	position: relative;
}
#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.cta{
	float: left;
	text-align:center;
	height:auto;
	width: 100%;
	padding: 0 0 0 0;
	margin: -60% 0 0 0;
}
.cta img{
	max-width: 80%;
	height:auto;
}
footer{
	clear:both;
	width: 100%;
	background-color:#000;
	text-align:center;
	font-size:7pt;
	padding:2% 0;
	color:#b2b2b2;
}


@media only screen and (min-width: 640px) {

a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }
html {
  min-height: 100%;
  position: relative;
}
body {
	width: 100%;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#fff;
	padding-top: 0;
	margin: 0 0 0 0;
	background-size:auto;
}
#wrapper {
	width: 992px;
	margin: 0 auto 0 auto;
}
.cta{
	float: left;
	text-align:center;
	height:104px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 825px 0 50px 0;
}
.cta img{
	height:104px;
	width: 487px;
}
footer{
	clear:both;
	width: 100%;
	background-color:#000000;
	text-align:center;
	font-size:8pt;
	padding:10px 0;
	}
}