body
	{
	margin-left: 0px;
	margin-right: 0px;
	}

img.background
	{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	}

div.content
	{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	text-align: center;
	font-family: verdana, "trebuchet MS", arial;
	font-size: 14px;
	}

div.mediaplayer
	{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #888888;
	width: 80%;
	}

div.columnsOuter
	{
	display: table;
	width: 100%;
	padding: 20px;
	
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	}

div.Pessimist
	{
	display: table-cell;
	width: 48%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 10px;
	
	color: white;
	background-color: black;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

div.Optimist
	{
	display: table-cell;
	width: 48%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 50px;
	
	color: black;
	background-color: white;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

div.divider
	{
	width: 100%;
	height: 2px;
	background-color: #888888;
	margin-bottom: 5px;
	}

span.footerlink
	{
	float: left;
	color: white;
	}

span.diggspace
	{
	float: right;
	color: black;
	}

p.diggspace
	{
	text-align: right;
	vertical-align: bottom;
	}

h2
	{
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	}

a
	{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

a:link
	{ 
	color: inherit;
	text-decoration: underline;
	}

a:visited
	{ 
	color: #888888;
	text-decoration: underline;
	}

a:hover
	{ 
	color: #888888;
	text-decoration: underline;
	}
	
a:active
	{ 
	color: inherit;
	}

a.wikipediaLink
	{
	font-family:  "Courier New", Georgia;
	}

