﻿*
{
	margin: auto;
}


body 
{
	width: 98%;
	padding: 0px; /* required for Opera to have 0 margin */
    text-align: center; /* centers board in MSIE */
    background-color: #000000;
    margin-top: 50px;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

#NavMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#NavMenu
{
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#MainContent
{
	width: 100%;
	height: 600px;
	background-color: #000000;
	background-image: url(App_Images/Crypt.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}

#MainContent td
{
	vertical-align: top;
}

#Footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#Footer
{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-size: 11px;
}
