@charset "UTF-8";
/* CSS Document */

/* General styles */
body {
	font-family :Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color: #000;
	background: url(images/background.jpg) top left repeat-x #ff9000;
	min-width:950px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
