html body form > div.BottomOfScreen {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body.Desktop > form > div.BottomOfScreen > div.SiteFooter
{
	font-size: 10pt;
}

body.Mobile > form > div.BottomOfScreen > div.SiteFooter
{
	font-size: 8pt;
}

div.SiteFooter
{
	border-top: 1px solid #aaa;
	background-color: #222;
	clear: both;
	padding: 2px 6px;
	color: #fff;
	text-align: center;
}
