﻿html
{
    overflow:hidden
}
body
{
	background-position: center top;
	background-image: url('../resources/images/background.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#feedbackLink
{
	text-align: center;
	z-index: 9999999999;
	position: fixed;
	bottom: 5px;
	left: 48%;
	visibility: collapse;
	display: none;
}

#feedbackLink a
{
    font-family: Segoe UI;
}