body {
	background-color:#000000;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/BG_tile.jpg);
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: center center;
	visibility: visible;
	height: 700px;
}
