﻿html {
	height: 100% !important;
	min-height: 100% !important;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	color: #000;

}
.home-panel {
	background-color:#000;
	background-image: url(images/pastee-holding-page.jpg);
	background-repeat: no-repeat;
background-position: 50% 50%;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 80px 10px 0;
	background-size:contain;
}