*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#bg,#bg table,#bg td,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	background-color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#000;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}
#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

/* Main menu */

#menu
{
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none; 
}

#menu li
{
	float: left;
	padding: 0px 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 30px;
	color: #999;
	text-transform: uppercase;
	font: 12px Verdana,Arial,Helvetica;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
	text-shadow: #000000 1px -1px 2px;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

#topbar {
	position:absolute;
	top:0;
	left:0;
	background:url("../images/background.jpg") repeat-x;
	border-bottom:1px solid #555555;
	width: 100%;
	height: 81px;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-shadow: inset 0px -12px 12px #111;
	z-index:10;
}

#topmenu {
	
	float: left;
	
}
#bottombar {
	position:absolute;
	bottom:0;
	left:0;
	background:url("../images/background.jpg") repeat-x;
	border-top:1px solid #555555;
	width: 100%;
	height: 81px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-shadow:inset 0px 12px 12px #111;
	z-index:10;
}

#bottommenu {
	
	float: left;
	
}

#middle-frame {
	border:1px solid #555555;
	width: 1000px;
	height: 600px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-shadow:16px 16px 32px #111;
	color: #999999;
	font: 12px Verdana,Arial,Helvetica;
	text-decoration: none;
    text-shadow: 1px -1px 2px #000000;
	overflow:auto
}

table#middle-table {
	border: 0px;
	padding: 20px;
}

