body {
	margin: 0px;
	padding: 0px;
	background-color: #5e3647;
	background-image: url(/splash/i/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #ff00ae;
	text-decoration: none;
}
a:hover {
	color: #ffc22b;
	text-decoration: none;
}

.blackTop {
	background-color: Black;
	height: 53px;
	text-align: center;
	font-size: 16px;
	color: White;
}

.purpleTxt {
	color: #ff00ae;
	font-size: 20px;
}

.rainbowLine {
	height: 2px;
	background-image: url(/splash/i/rainbow-line.jpg);
	background-repeat: repeat-x;
}

.main {
	text-align: center;
	color: White;
	font-size: 12px;
}

p {
	padding-top: 40px;
	padding-bottom: 53px;
}

#counter {
	text-align: center;
	clear: both;
	position: absolute;
	top: 97%;
	left: 50%;
	margin-left:-44px;
}
