/* 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: Helvetica, Arial, sans-serif;
}
