﻿html 
{
	height : 100%;
}

body
{
	height : 100%;
}

form 
{
	height : 100%;
}

.containerFull
{
	height : 100%;
}

.contentBlock
{
	height : 100%;
}

.contentCenter
{
	height : 100%;
}

iframe 
{
	position: absolute;
	height : 100%;
	overflow-y:hidden;
	display: block;
}

h1
{
	display:none;
}

.pathBlock 
{
	display: block;
	width: 100%;
}

.footerBlock
{
	margin-top: 35px;

}
