body {
	background-image: url("https://64.media.tumblr.com/977953fbb0d896782eef4f2556dfbb75/88ab36a642ed38f3-7c/s2048x3072/68d0d160ab7a8e5293dd93bcb3611886c03b56be.png");
	background-color: #000;
	color: white;
	text-align: center;
	min-width: 90%;
}


#page {
	width: 90%;
	min-width: 90%;
	margin: auto;
	position: center-right;
	
	
}

	#header {
		width: 97.9166666666667%;
		height: 40px;
		min-width: 97.9166666666667%;
	}

	#contentArea {
		width: 97.9166666666667%;
		min-width: 97.9166666666667%;
	}


	#picArea {
		width: 100%;
		margin: 10em auto;
		min-width: 100%;
	
	}

	.threeB {
		/*max-width: 100%;*/
		height: 200px;
		background-color: #400080;
		display: inline-block;
		
	}

		#b1 {
  width: 300px;
  height: 900px;
  background-position: center;
  background-color: #000;
  font-size:12px;
   border:4px #09f9d1 double;
  font:times;
  color:white;
  text-align: center;
  overflow: hidden;
		}
		
 

		#b2 {
			width: 900px;
min-width: 10%;
	height: 875px;
	overflow: hidden;
	background: #000;
	background-image: url("https://64.media.tumblr.com/a4448496ecababa2ef99e44e7a3db889/7bd93c546fd17bbb-67/s1280x1920/3f8cd0b5edcc3dd3cd90a1ec8f40b73ae746c2e8.png");
	 background-repeat: no-repeat;
	 background-position: top;
	text-align: center;
	padding-top: 30px;
	border:4px #09f9d1 double;
	overflow-y: scroll;
	
		}

		#b3 {
  width: 300px;
  min-width: 10%;
  height: 900px;
  background-position: center;
  background-color: #000;
  font-size:12px;
   border:4px #09f9d1 double;
  font:times;
  color:white;
  text-align: center;
  overflow: hidden;
		}
		
		.mylinks
		{
		width: 300px;
  height: 300px;
 border: 2px #159c4c dashed;
  font-size:14px;
  font:times;
  color: #0eff70;
  text-align: center;
		}

		b.one {text-decoration: underline;
		}

.welcome
{background: rgba(0, 0, 0, 0.49);
	width: 400px;
height: 300px;
margin-left: 250px;
font-family: 'Courier New', monospace;

}

.disclaimer
{background: rgba(0, 0, 0, 0.60);
width: 600px;
padding-top: 5px;
margin-left: 150px;
	font-family: 'Courier New', monospace;
text-align: center;}

h1 {text-align: center;
font-size: 30px;
}

.otherlinks {font-size:14px;
  font:times;
  color: #0eff70;
  text-align: center;
	
}

h2 {text-align: center;
font-size: 20px;
}

table, td, th
{ text-align: center;
color: white;
}

table
{ width: 100%;
}

th { text-align: center;
color: white;
}

th, td {
  padding: 5px;
}

.sitelinks {
	text-align: center;
}

p.one { word-spacing: 30px;
color: #000;
}


		
		p.four
		{font-size: 40px;
		border: dashed;
		}
		
		.scroller
		{background: rgba(0, 0, 0, 0.49);
			font-size: 15px;
		font-variant: small-caps;
		font-family: "Lucida Console", "Courier New", monospace;
		margin-left: 50px;
		width: 800px;
		height: 400px;
		border: 2px #159c4c dashed;
		overflow-y: scroll;
		scrollbar-color: #00ff80;
			}
		
		.button {
  background-color: black;
   border: 2px dotted #04AA6D;
  color: white;
  padding: 10px 26px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
   font-family: "Audiowide", sans-serif;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.6s;
  cursor: pointer;
}
		

		.button:hover {
  background-color: #04AA6D;
  color: white;
}	

/* unvisited link */
a:link {
  color: #aa00ff;
}

/* visited link */
a:visited {
  color: #ff00ff;
}

/* mouse over link */
a:hover {
  color: #b2ebf2;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: underline;
} 

/*dropdown css*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}