﻿div#wrapper
{
	position: relative;
	min-height: 100%;
}
div#content
{
    /*border: solid 1px black;*/
    position: relative;
    margin: 0 15px;
	padding: 0;
	padding-bottom: 70px;
}
div#logo
{
	left: 15px;
}
div#portalName
{
	left: 112px;
}
div#header
{
	margin: 0 15px 15px 15px;
}
/* footer */
div#footer
{
    border-top: 1px solid #c0c0c0;
    position: absolute;
	bottom:0;
	right: 15px;
	left: 15px;
    height: 45px;
}
div#footerContent
{
    position: absolute;
    top: 10px;
    left: 0px;
}
/* error message text */
.ErrorMessageText
{
	font-size: 21px;
	font-family: Verdana;
	font-weight: normal;
	color: #939598;
}
.ErrorDescriptionText
{
	display: block;
	margin-top: 16px;
	font-size: 15px;
	font-family: 'FrutigerLTW01-45Light';
	font-weight: normal;
	width: 100%;
}