/* CSS Document */

body,/*needed to keep the div containers flush with the side and top of the browser window */



html {
	background: url('images/bg.jpg') repeat-y center;
	background-color:#959698;
	font: normal 100%  "Eurostile",arial,sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	width:100%;
	height: 100%;
	color: #000000;
	}