/* CSS Document */

body {
	background-color: #000000;
	background-image:url(../images/StarAlt.jpg);
	background-attachment: fixed;
	background-repeat:/*no-*/repeat;
	background-position:center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: #F0F0F0;
}

.IntroTable {
	width: 600px;
	text-align: center;
	vertical-align: top;
	margin: 1px;

}