html, body
{
	padding		: 0;
	margin		: 0;
	width		: 100%;
	height		: 100%;
	font-family	: Arial, Tahoma, 'Helvetica Neue', Geneva, Tahoma, sans-serif; 
	font-size	: 8pt; 
	background-color	: #edf1f2;
}
body
{
	background	: url(home.png) center center no-repeat;
}

