/**********************************************************************************
*								HTML Styles
**********************************************************************************/
body,html
{
 	height						:	100%;
 	width						:	100%;
 	overflow					:	hidden;
	background-color			:	#fefefe;
}
#screen
{
	height						:	100%;
	width						:	100%;
	overflow					:	scroll;
	overflow-x					:	hidden;
	position					:	relative; /* stops absolutepanels failing to scroll */
}
#site
{
	margin						:	0 auto;
	height						:	90px; /* IE fix - don't ask */
}
.site-banner
{
	text-align					:	center;
	font-size					:	150%;
	font-weight					:	bold;
	padding						:	10px 0 0 0;
	margin						:	0 auto;
	background-color			:	#fcfcfc;
	color						:	#ccf;
}
.site-footer
{
	text-align					:	center;
	font-size					:	70%;
	padding						:	10px 0;
	margin						:	0 auto;
	color						:	#ccc;
	border						:	solid #009;
	border-width				:	1px 0;
	width						:	800px;
}