﻿html
{
  overflow-y: scroll;
  overflow-x:hidden;
}

* { margin:0px; padding:0px; }

body, html, .non-footer
{
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:1em;
	font-weight:lighter;
	margin-left:0em;
	margin-right:0em;
	height:100%;
	min-height:100%;
	width:100%;
}

#content-wrapper
{
	display:none;	
}
