body {
	background-color: #000000;
	background-image: url(images/staticPgBground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	width: 500px;
	margin: auto;
	text-align: justify;
}

.header {
	font-weight: bold;
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
