@charset "UTF-8";
/* CSS Document */
body {
	background-color: #0C0C0C;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color:#999999;
	line-height: 1.25em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /*
}

