body{
	margin:0px;
	font-family:arial;
	font-size:8pt;
	background-color: #EADDCE;
	color: green;
	font-weight: bold;
}

input.ghosted { color: #AAA; font-style: italic; }

div.wrapper{

	position:absolute;
	top:10px;
	left:10px;
	width:950px;
	height:600px;
	background-image: url(kingo_bg.jpg);
	border:1px solid #936640;
}
div.logo{

	position:absolute;
	width:800px;
	height:100px;
	background-image: url(kingoLogo.gif);
}
div.brLogo{

	position:absolute;
	background-image: url(kingOfSiteBrLogo.jpg);
	width:270px;
	height:79px;
	top:509px;
	left:520px;
}
div.screen{

	position:absolute;
	top:95px;
	left:186px;
	width:720px;
	height:500px;
	background-image:url(kingoScreen2.jpg);
	border:1px solid #936640;
	overflow: auto;
	z-index:+10;
	}
div.screenContent{
	overflow:auto;
	padding:5px;
	width:710px;
	height:480px;
}

div.login1{
	position:absolute;
	top:90px;
	left:10px;
	width:150px;
	height:50px;
	background-color:white;
	border: 1px solid #936640;
}

div.login2{
	position:absolute;
	top:90px;
	left:10px;
	width:150px;
	height:50px;
	background-color:white;
	border: 1px solid #936640;
}

div.login3{
	position:absolute;
	top:90px;
	left:10px;
	width:150px;
	height:50px;
	background-color:white;
	border: 1px solid #936640;
}

div.links{

	position:absolute;
	top:150px;
	left:20px;
	width:170px;
	height:210px;
}
div.links a{

	width:150px;
	height:45px;
	display: block;
	margin-bottom:5px;
	background-repeat: no-repeat;
}
div.scoreBoxTitle{
	position:absolute;
	top:353px;
	left:15px;
	height:16px;
	width:154px;
	border:1px solid #936640;
	background-color:#936640;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:9pt;

}
div.scoreBox{
	position:absolute;
	width:154px;
	height:190px;
	top:370px;
	left:15px;
	background-image:url(kingoScore.jpg);
	border:1px solid #936640;
	overflow: hidden;
	font-size:8pt;
}
div.scoreBoxPad{
	padding:5px;
	height:190px;
}
div.scoreBoxPad a{
	text-decoration:none;
	color: black;
	font-weight:bold;
	text-align:center;
}
div.scoreBoxPad a:hover{
	text-decoration:underline;
	color:#000000;
}
div.tree{
	position:absolute;
	top:80px;
	left:186px;
	width:604px;
	text-align:right;
	visibility:visible;
	font-weight:bold;
	font-size:12px;
}

div.tree a{

	color:#5F4026;
	text-decoration:none;
}
div.tree a:hover{
	text-decoration:underline;
	color:#000000;
}
#linkVideo{
	background-image: url(videos_norm.png);
}
#linkVideo:hover{
	background-image: url(videos_hover.png);
}
#linkGames{
	background-image: url(games_norm.png);
}
#linkGames:hover{
	background-image: url(games_hover.png);
}
#linkImages{
	background-image: url(images_norm.png);
}
#linkImages:hover{
	background-image: url(images_hover.png);
}
#linkTools{
	background-image: url(tools_norm.png);
}
#linkTools:hover{
	background-image: url(tools_hover.png);
}
#linkAchievements{
	background-image: url(achievements_norm.png);
}
#linkAchievements:hover{
	background-image: url(achievements_hover.png);
}
#linkHome{
	display:block;
	width:320px;
	height:75px;
	position:relative;
	left:15px;
	top:8px;
}

#chatArea{
	position:absolute;
	top: 0px;
	left: 960px;
	width: 350px;
	height: 590px;
	background-image: url(chatbg.png);
	border: 2px solid #936640;
}

#chatIntro{
	position:relative;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 40px;
}

#messageBox{
	position:relative;
	top: 10px;
	left: 0px;
	width: 350px;
	height: 40px;
}

#chatBox{
	background-color: white;
	border:1px solid #936640;
	position:relative;
	top: 10px;
	left: 10px;
	width: 330px;
	height: 400px;
	overflow:auto;
}
#achievement{
	position: absolute;
	background-color: white;
	border: 1px solid #936640;
	top: 580px;
	left: 400px;
	width: 300px;
	height: 80px;
	overflow: auto;
	z-index: 50;
}
