body {
	background-image: url('/images/flesh1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow-y: hidden;
	font-family: MingLiU-ExtB, Microsoft Yi Baiti;
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.badDiv {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	margin-top: 2%;
}

.bg {
	width: 740px;
	height: 550px;
	background-image: url('/images/tile_green.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	/* background-image: url('/images/acid2.jpg');
	border: 15px outset darkgreen; */
	box-shadow: 20px 20px 15px rgba(0,16,0,0.5);;
}

.smileDiv {
	float: right;
	margin-top: -8px;
	margin-right: 8px;
}

.webringDiv {
	background-color: yellow;
}

span {
	padding-top: 10px;
	cursor: pointer;
}

a:link {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

.blink {
	animation: blinker 0.75s linear infinite;
	display: inline;
}

@keyframes blinker {
	50% {
	opacity: 0;
	}
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	border-style: solid;
	border-width: 1px;
	text-align: left;
	display: none;
	position: absolute;
	background-color: yellow;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 2px 2px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown2 {
	position: relative;
	display: inline-block;
}

.dropdown-content2 {
	border-style: solid;
	border-width: 1px;
	text-align: left;
	display: none;
	position: absolute;
	background-color: yellow;
	left: 100%;
	top: -10%;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 2px 2px;
	z-index: 1;
}

.dropdown2:hover .dropdown-content2 {
	display: block;
}

h2 {
	text-shadow: 2px 2px 5px black;
}

marquee {
		z-index: -1;
}

iframe {
	border: none;
}

.bottom_bar {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 100%;
	height: 40px;
	background-color: yellow;
}

.bottom_bar_container {
	width: auto;
	position: absolute;
	top: 50%;
	display: flex;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.frameDiv {  
	background-image: url('/images/netscape.png');
	background-repeat: no-repeat;
	background-size: 496px 417px;
	height: 404px;
	width: 550px;
	box-shadow: 10px 10px 8px rgba(0,16,0,0.5);
}

.imageDiv {
	width: 220px;
	margin-left: -30px;
}

.mainDiv {
	display: flex;
	width: 680px;
	font-family: MingLiU-ExtB, Microsoft Yi Baiti;
}

.textDiv {
	background-color: #ffffff;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 8px;
	width: 485px;
}

.textDiv img {
	max-width: 400px;
}