html
{
	background: url('../Images/Menu/MainBackDrop.gif') top center no-repeat;
	background-color:#78C043;
}
body 
{
	background: url('../Images/Menu/MainBackDrop.gif') top center no-repeat;
	background-color:#78C043;
	
	/*required to stop Firefox pushing the body background to the left when resizing window:*/
	width: 100%;	
	display: table;
	
	min-width:800px;
	margin: 0 0 0 0;
			FONT-FAMILY: Arial, 'Microsoft Sans Serif', sans-serif, Verdana;
	/*required for Firefox:*/
	margin-left: auto;	margin-right: auto;
	text-align: center;
}

