body
{
	background: black;
	background-image: url("images/background.jpg");
	background-size: cover;
}

h1
{
	color: #C0C0C0;
	text-align: center;
	font-size: 40px;
	text-shadow: 4px 4px 5px blue;
}

h2
{
	color: lightgray;
	text-align: center;
	font-size: 28px;
	text-shadow: 4px 4px 5px darkblue;
}

p
{
	position: relative; /*Allows text to stay above any absolute logos.*/
	text-align: center;
	color: lightgray;
}

/*Classes*/

.logocenter
{
	display: block;
	margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.msdoslogo
{
	position: absolute;
	top: 590px;
	left: 600px;
	height: 100px;
}

.spacer
{
	color: white;
	text-align: center;
	text-shadow: 4px 4px 5px blue;
	font-size: 17px;
}

.plink
{
	color: orange;
	text-align: left;
	text-shadow: 4px 4px 4px darkblue;
}

.copyright
{
	color: red;
	font-weight: bold;
	font-weight: italic;
	text-align: left;
}
