img, div, input { behavior: url("iepngfix.htc") }

body {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	overflow: hidden;
}

a {
	color: #777777;
	text-decoration: none;
}

#loading {
	position: absolute;
	width: 50px;
	height: 50px;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#grass-box {
	position: absolute;
	width: 100%;
	height: 194px;
	bottom: 0px;
	background-image: url('../images/grass.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	z-index: -998;
}

#tree-box {
	position: absolute;
	width: 943px;
	height: 751px;
	bottom: 0px;
	right: 5%;
	background-image: url('../images/tree.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -999;
}

#main-container {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
	z-index: 999;
}

#header {
	margin-top: 10px;
	width: 750px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #191919;
	background-image: url('../images/header-bg.png');
	background-repeat: repeat-x;
}

#logo-box {
	float: left;
	padding: 10px;
}

#social-box {
	float: right;
	vertical-align: middle;
	padding-top: 35px;
	padding-right: 10px;
}

#nav-box {
	width: 745px;
	height: 30px;
	border: 1px solid #191919;
	background-color: #000000;
	clear: both;
	margin-left: -1px;
	text-align: left;
	padding-left: 5px;
}

#clear {
	clear: both;
	display: none;
}


#panel-box {
	padding-top: 30px;
}

#panel {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #191919;
	background-color: #393939;
	background-image: url('../images/panel-bg.png');
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
}

#menu-list {
	list-style: none;
	padding: 0px; 
	margin: 0px; 
	margin-top: 5px;
	margin-bottom: auto;
	height: 30px;
	width: 450px;
	color: #707070;
}

#menu-list li {
	cursor: pointer;
	font-size: 15px;
	text-align: right;
	text-indent: 0px;
	padding: 0px; 
	padding-right: 5px;
	margin: 0px;
	display: inline;
	vertical-align: top;
	font-weight: bold;
}

.box td {
	border: 1px solid #333333;
	border-spacing: 0px;
	width: 700px;
	padding: 2px;
	z-index: 997;
}

.box-content {
	background-color: #202020;
	font-size: 14px;
}

.box-header {
	border: 1px solid #333333;
	border-spacing: 0px;
	width: 700px;
	padding: 2px;
	background-color:#111111;
	font-size: 14px;
	font-weight: bold;
}

.aitem {
	text-decoration: none;
	color: #F0F0F0;
}

