body
{
	background-color: #000000;
	color: #FFFFFF;
}

p
{
	margin: 0px; /* Paragraphs by default push things away */
	text-align: center;
}

a:link
{
	color: #999999;
}

a:visited
{
	color: #666666;
}

/* Repeating background for #logo > img below */
#logo
{
	width: 100%;
	height: 64px; /* Need to disply the image fully because of the height of the logo image being < height of the background tile */
	margin-top: 28px; /* Maintain that neat little gap between the top of the page and the logo */
	margin-bottom: 40px; /* Push the paragraphs away from the logo */
	background-image: url(loop.PNG);
	background-repeat: repeat-x;
}

/* DON'T "THE THING" WITH US */
#logo > img
{
	position: absolute;
	left: 50%;
	width: 185px;
	margin-left: -92px; /* Half the width. Half of an odd number. h8 u prins */
	margin-top: 10px;
}