html {
		height: 100%;
}
/*#outer[id] {display: table; position: static;}
#outer {height: 100%; overflow: visible; width:100%}
#middle {position: absolute; top: 50%;} 
#middle[id] {display: table-cell; vertical-align: middle; position: static; }
#inner {position: relative; top: -50%;} */

body {
	height: 100%;
	color: #FFFFFF;
	background-color: #E7E7E7;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;	
	padding: 0;
	text-align: center;
}
img {
	border: 0px;
}
a:link {
	color: #2b5366;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #2b5366;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #2b5366;
	border: 0px;
}
a:active {
	color: #2b5366;
	border: 0px;
}
iframe{
	visibility:hidden;
}