body 
{
    background-color: #000000;
}

p 
{
	color: gray;
    font-family: "Times New Roman";
    font-size: 20px;
}

h1
{
	color: dimgray;
	font-family: "Times New Roman";
	font-size: 20px;
	text-align: center;
}

#canvas-container
{
	position: relative;
	margin: auto;
}

#text-container
{
	/*
	Centred div, with left aligned text
	*/
	background-color: #333333;
	width: 80%;
	margin: auto;
	text-align: left;
}