/* ----------------------------- Body ----------------------------- */
BODY {
	text-align: center; /* IE Hack */
	background-color: #fff
	background-image: url('carbonfibre.jpg');
	background-repeat: repeat;
	margin-top: 0px;
}


/* ----------------------------- DIV's ----------------------------- */
#container {
	margin: auto;
	width: 900px;
	/* background: url(../graphics/shadow-background.gif);
	background-repeat: repeat-y; */
}
* html #container {   /* Piece O' Shit IE! */
   width: 928px; /* for IE6 in standards mode */
}