html, body {
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
body {
	font: 12px sans-serif;
	position:absolute;
	width:100%;
	min-height: 100%;
}
.header-top {
	background-color: #f43071;
	background: url(../img/background9.png);
	background-position: center;
	font-family: sans-serif;
	font-size: 15px;
	margin: 0;
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.main-iframe{
	min-height: 100%;
	height: 100%;
	position:absolute;
	width:100%;
}
.mark{
	display: block;
	position: absolute;
	background: url(../img/mark.png) no-repeat;
	width: 80px;
	height: 80px;
	z-index: 1;
}
.header-top a {
	background: #f43071;
	display: inline-block;
	text-decoration: none;
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0px 30px;
	color: #FFFFFF;
	margin-left: 100px;
	border: 1px solid #FFFFFF;
	vertical-align: super;
}
.header-top a:hover {
	background: #eb5388;
}
.header-top a span {
	position: relative;
	top: -10px;
}
.close {
	cursor: pointer;
    font-size: 28px;
    color: #616161;
    right: 8px;
    top: 2px;
    position: absolute;
}
.text {
	color: #FFFFFF;
	display: inline-block;
	font-size: 22px;
	margin-top: 12px;
	margin-left: -90px;
}
.text-bold {
	font-weight: bold;
}
.link {
    position: absolute; 
    width: 99%; 
    height: 99%; 
    margin: 0; 
    z-index: 2;
}
.arrow {
    left: 7px;
    position: relative;
}
@media(max-width:600px){.mark{display: none;}}
@media(max-width:828px){
	.text {
		margin-left: 0px;
	}
}
@media(max-width:700px){
	.header-top a {
		margin-left: 10px;
	}
}
@media(max-width:572px) and (min-width:536px){
	.text {
		margin-top: 22px;
	}
}
@media(max-width:572px){
	.text {
		font-size: 16px;
		margin-left: 0px;
	}
	.header-top a {
		margin-left: 10px;
	}
}
@media(max-width:536px){
	.text {
		margin-top: 0px;
	}
}