/* Base */
body {
	font-style : 			normal;
	font-weight : 			normal;
	font-size : 			9pt;
	font-family :			arial;
	color :					#000000;
	text-decoration :		none;
	scrollbar-base-color :	#D0D7E2;
	background-color : 		#D0D7E2;
	margin : 				0;
	padding : 				0;
	text-align : 			center;
	background-attachment :	fixed;
}
a {
	color :					#FFFFFF;
	text-decoration :		none;
}
a:hover {
	color :					#A0ADC3;
	text-decoration :		none;
}
img {
	border :				0px;
}

/* Main */
#Main {
	position :				relative;
	width :					900px;
	height :				600px;
	margin :				0 auto;
	padding :				0;
	text-align :			left;
	background-image :		url(background.gif);
}
#MoveLeft {
	position :				absolute;
	z-index :				1;
	width :					15px;
	height :				15px;
	top :					241px;
	left :					314px;
}
#MoveRight {
	position :				absolute;
	z-index :				1;
	width :					15px;
	height :				15px;
	top :					241px;
	left :					796px;
}
#Footer {
	position :				absolute;
	z-index :				1;
	top :					585px;
	left :					900px;
	color :					#FFFFFF;
	font-size : 			10pt;
	font-family :			tahoma;
}
#Footer2 {
	position :				absolute;
	z-index :				1;
	top :					585px;
	left :					450px;
	color :					#FFFFFF;
	font-size : 			10pt;
	font-family :			tahoma;
}

/* Character Parts */
#Char1, #Slot1 {
	position :				absolute;
	z-index :				1;
	width :					139px;
	height :				144px;
	top :					172px;
	left :					330px;
}
#Char2, #Slot2 {
	position :				absolute;
	z-index :				1;
	width :					139px;
	height :				144px;
	top :					172px;
	left :					493px;
}
#Char3, #Slot3 {
	position :				absolute;
	z-index :				1;
	width :					139px;
	height :				144px;
	top :					172px;
	left :					656px;
}
/* Text Parts */
#TextName {
	position :				absolute;
	z-index :				1;
	width :					92px;
	height :				13px;
	top :					339px;
	left :					341px;
}
#TextJOB {
	position :				absolute;
	z-index :				1;
	width :					92px;
	height :				13px;
	top :					355px;
	left :					341px;
}
#TextLVL {
	position :				absolute;
	z-index :				1;
	width :					92px;
	height :				13px;
	top :					371px;
	left :					341px;
}
#TextDetails1 {
	position :				absolute;
	z-index :				1;
	width :					283px;
	height :				13px;
	top :					339px;
	left :					485px;
}
#TextDetails2 {
	position :				absolute;
	z-index :				1;
	width :					283px;
	height :				13px;
	top :					355px;
	left :					485px;
}
#TextDetails3 {
	position :				absolute;
	z-index :				1;
	width :					283px;
	height :				13px;
	top :					371px;
	left :					485px;
}
#TextGuild {
	position :				absolute;
	z-index :				1;
	width :					427px;
	height :				13px;
	top :					387px;
	left :					341px;
}