html
{
	height:100%;
	width:100%;
	background: url(/images/stars.jpg) no-repeat center center fixed; 
	background-color:black;
	background-size: cover;
}
#content
{
	width:1000px;
	height:700px;
}

#banner 
{
	padding:0.5em;
	width:60%;
	color:yellow; 
	background:blue transparent; 
	font-size:26pt;
	text-align:left;
}
.projectsmm 
{
	border:none;
	margin-top:0.25em;
	color:orange;
	text-align:center;
	font-size:32pt; 
	font-weight:bold;
}
#directory
{
	margin-top:4em;
	color:orange;
	font-weight:bold;
	font-size:14pt;
	width:20em;
}

a 
{
	display:block;
	font-size:medium;
	text-decoration:none;
	color:yellow;
	padding:0.25em;
	margin:0.25em;
	cursor:hand;
}

nav a:hover 
{
	text-decoration:none; 
	border:1px solid yellow;
	cursor:hand;
}

footer
{
	display:block;
	clear:both;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	border-top:3px groove white;
	margin-top:12em;
	text-align:center;
}
