@charset "utf-8";
/* CSS Document */

html, body { 
margin: 0;
padding: 0;
height: 100%;
}

#layouter
{
	width:100%;
}

#wrapper
{
	width: 100%;
	min-height:100%;
	height:auto;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow:hidden;
	line-height: 1.5;
}
