html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: rgb(39,52,69);
	background: linear-gradient(0deg, rgba(39,52,69,1) 0%, rgba(41,66,96,1) 44%, rgba(45,74,104,1) 100%);
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div.content_holder {
	height: auto !important;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.logo_holder {
	margin: 0 auto;
	padding: 160px 0 20px;
	text-align: center;
}
.logo_holder img {
	width: 300px;
	max-width: 300px;
}
h1, h3 {
	font-size: 24pt;
	font-family: Arial, Tahoma;
	font-weight: normal;
	color: #0000FF;
	text-align: center;
}
p {
	margin: 10px auto 30px;
	text-align: center;
}
p a {
	text-decoration: none;
	font-size: 18pt;
	font-family: Arial, Tahoma;
	letter-spacing: 1px;
	color: #0000FF;
}

p a:active, p a:hover {
	color: #4F7CCB;
}

img.contact_btn {
	width: 300px;
}

.mypay_tm {
	position: fixed;
	bottom: 10px;
	left: 10px;
	color: #FFF;
	font-family: Verdana;
}

.shownone {
	display: none;
}

@media only screen and (max-width:600px){
	.logo_holder {
		padding: 60px 0 20px;
	}
	.logo_holder img {
		width: 85%;
	}

	img.contact_btn {
		width: 85%;
	}
	h3 {
		font-size: 22pt;
	}
	p a {
		text-decoration: none;
		font-size: 16pt;
	}
}