@charset "utf-8";

/* CSS Document */

body {
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	text-align: center; /* For IE */
	background-image:url(grey.png);
	background-color: #333333;
	background-repeat:repeat-x
	}

p {
	margin: 0 0 5px 0;
	}
