﻿html {
	font-family: sans-serif;
	width:100%;
	max-width:100%;
	height: auto;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header {
	text-align:center;
	padding-top:30px;
}

body {
    margin:0px;
	padding-bottom:10%;
}


h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

iframe {
	width:550px;
	height:537px;
	border:0px;
}

table {
	width:100%;
}

img.logo {
	width: 250px;
	height: auto;
	position: fixed;
	right:16px;
	bottom:40px;
	display: block;
	max-width: 100%;
}
	
footer {
	position: fixed;
	bottom: 0px;
}

.footer-distributed {
	background-color: #f2f2f2;
	text-align: center;
	padding:7px;
	width:100%;
}


.footer-distributed .footer-left{
	float:left;
	padding-left:20px;
}

.footer-distributed .footer-right{
	float:right;
	padding-right:30px;
}

/* IE 6 */
* html footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
