@charset "utf-8";
/* CSS Document */

html, body { 
margin: 0;
padding: 0;
height: 100%;
color: #394251;
}

a, a:visited 
{
	color: #86BC25;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#layouter
{
	width:100%;
}

#wrapper
{
	width: 100%;
	min-height: 100%;
	height: auto;
	height: 100%;
	overflow: hidden;
}

#footer
{
	position: fixed;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-size: 12pt;
}