body {
	background-image: url("../img/eyes.jpg");
	background-origin: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px;
}
#top {
	background-image: url("../img/stars.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	height: 120px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	
}
#container {
	background-color: rgb(100 100 100/0.8);
	justify-content: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 990px;
	height: 700px;
}
#Nav {
	background-color: rgb(88 18 99);
	height: 83%;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	color: white;
}

#content {
	background-color: rgb(88 18 99);
	height: 100%;
	width: 72%;
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	overflow-y: auto;
}
a:link {
	color: lavender;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: Magenta;
	text-decoration: underline;
	font-weight: bold; 	
}
a:hover {
	color: DarkMagenta;
}
a:active {
	color: DeepPink;
}
.sum1 {
	background-color: rgb(37, 0, 59) ;
	height: 23px;
	width: 90% ;
	margin-top: 10px;
	padding-top: 5px;
}

.button1 {
	background-color: rgb(162, 130, 181) ;
	width: 90% ;
	padding-bottom: 5px;
}
.button2 {
	background-color: rgb(118, 89, 135) ;
	width: 90% ;
	padding-bottom: 5px;
}