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

body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../Images/mesh_background.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding: 0px;
	background-position: center;
	background-attachment: fixed;
}
