/* CSS basics for not so hot browsers */
/*Big thanks for Mr Hicks @ hicks design for this tip*/
body {
	background-color: #fff;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: "Gill Sans Light", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #333;
}
