/* CSS Document */

* {
	padding: 0px;
	margin: auto;
	border: 0px;
}
body	{
  color: #FFF;
  text-align: center;
  background: #660033;
  }
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: underline;
}
p {
	padding: 3px;
	font: 10pt/12pt Arial, "Times New Roman", Times, serif;
}
	
#container {
	width: 770px;
	height: 100%;
	background: #000 url(fauxColums.gif) repeat-y;
	text-align: center;
}
#counter { display: none; }
	
	
