body {
	background-color:#000000;
	font-family:"Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	font-size:12px;
	color:#6B8F7F;
	min-width:920px;
	min-height:400px;
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, a:active {
	color:#41ffc7;
	text-decoration:none;
}

#container {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	overflow: visible;
}

#container-tnl {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#content  {
	display:block;
	width:720px;
	min-height:200px;
	margin:0 auto;
	text-align:center;
}

#bar-left {
	position:fixed;
	top:0px;
	left:0px;
	width:100px;
	overflow:hidden;
}

#bar-right{
	position:fixed;
	top:0px;
	right:0px;
	width:100px;
	overflow:hidden;
}

#nav {
	display:block;
	padding-top:5px;
}

#bottom {
	display:block;
	padding-top:10px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#373F3E;
	background-color:#000000;
}

img {
	border:0px;
	margin-bottom:-4px;
}

.showcell {
	float:left;
	width:33%;
	text-align:center;
	border-right:#373F3E 1px solid;
	height:19px;
}

.showcell-end {
	float:left;
	width:33%;
	text-align:center;
	height:19px;
}