html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#vt {
	height: 100%;
}
#content {
	display: block !important;
	min-height: 440px;
	height: 100%;
	margin: 0 0 0 0;
	width: 100%;
	/*noinspection CssUnknownTarget*/
	background: url("/assets/bundles/Rdr/Reader/images/Reader/standard/background.png") center center;
}
#menuPanel {
	top: 0;
	width: 100%;
	position: absolute;
}
#vt #menuPanel {
	z-index: 1;
}
#vt #menuPanel div.reader-title {
	text-align: center;
	font-size: 3em;
	color: white;
	line-height: 90px;
}
#vt #menuPanel a#logo {
	padding: 0;
	margin: 0;
	line-height: 90px;
}
#vt #menuPanel a#logo img {
	vertical-align: middle;
	width: 100%;
}
#vt #menuPanel a#logo.vt {
	position: absolute !important;
}
#vt #menuPanel a#logo.vt * {
	line-height: normal;
}
#vt #menuPanel div.system-lang-menu {
	position:absolute;
	right:20px;
	top:35px;
}
#vt #footerPanel {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	font-size: 1em;
	background: #69c5ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #69c5ff 0%, #219eed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69c5ff), color-stop(100%,#219eed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #69c5ff 0%,#219eed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #69c5ff 0%,#219eed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #69c5ff 0%,#219eed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #69c5ff 0%,#219eed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c5ff', endColorstr='#219eed',GradientType=0 ); /* IE6-9 */
}

#vt #footerPanel div.contact {
	float: left;
	line-height: 75px;
	font-size: 1.3em;
	color: white;
	padding: 0 0 0 20px;
}

#vt #footerPanel div.contact a {
	color: white;
	text-decoration: underline;
}

#vt #footerPanel div.logo {
	margin: 18px 0 0 0;
	float: right;
	width: 100px;
	height: 50px;
	/*background-color: red;*/
}