@import url("/styles/global-styles.css");
@import url("/styles/playinthedirt.css");
html {
	height: 100%;
}
body {
	background: #72682E url(/images/body/background.png) repeat-x;
	color: #FFF;
	font: normal 14px Arial, Helvetica, sans-serif;
	height: 100%;
}
