/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - initial public release
DATE: 03/01/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/

body {
	background-color: white;
	color: black;
	font-family: Monaco, "Lucida Console", "Courier New", monospaced;
	font-size: 10px;
}

a:link{
	border:none;
	text-decoration:none;
	color:#000000;
}

#gnamer {
	padding-top:10px;
	padding-left:10px;
	position:relative;
	left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#9ED9CC;
	text-align: center;
}

#text {
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9ED9CC;
	top:924px;
	left: 203px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index:4;
	width: 508px;
}

#imgs-frame {
	position: absolute;
	top: 452px;
	left: 195px;
	padding: 0px 0px 0px 0px;
	background-color: black;
	overflow: hidden;
	z-index:4;
	width: 508px;
}

#imgs-wrapper {
	position: relative;
	width: 510px;
	height: 340px;
	top: 100px;
	left: 0;
	z-index:4;
}

#imgs {
	position: absolute;
	top: -99px;
	left: 0px;
}

#gbacknext {
	position: absolute;
	font-size:12px;
	color:#9ED9CC;
	width: 214px;
	top: 346px;
	left: 334px;
	z-index:4;
	font-style: italic;
	height: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#controller {
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9ED9CCF;
	top: 883px;
	left: 397px;
	z-index:4;
	width: 112px;
	height: 15px;
}

#text-frame {
	position: relative;
	top: 0px;
	left: 580px;
	z-index:5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9ED9CC;
}

div.imgtext {
	position: absolute;
	visibility: hidden;
	left: 79px;
	top: -224px;
	width: 105px;
	height: 16px;
}

#imgtext-0 {
	visibility: visible;
}

#footer {
	position: absolute;
	padding: 10px;
	bottom: 50px;
	font-family: Monaco, "Lucida Console", "Courier New", monospaced;
	font-size: 9px;
}

.description {
	position: absolute;
	left: 10px;
	top: 446px;
	width: 600px;
	height: 200px;
	}

