html {
	height			:	100%;
}

body {
	background-color	:	#000;
	margin			:	0px;
	overflow		:	auto;
	font-family		:	Helvetica;
	font-size		:	12px;
	height			:	100%;
}

#banner	{
	position		:	absolute;
	top			:	96px;
	left			:	0px;
	width			:	100%;
	height			:	184px;
	display			:	none;
	background-image	:	url('images/banner_fill.jpg');
}

#servers {
	position		:	absolute;
	top			:	100px;
	left			:	0px;
	width			:	411px;
	height			:	215px;
	display			:	none;
}

#logo {
	position		:	absolute;
	left			:	20px;
	top			:	23px;			
	display			:	none;
}

#abn {
	position		:	absolute;
	top			:	0px;
	right			:	0px;
	font-size		:	10px;
	color			:	#fff;
}

#clip {
	position		:	absolute;
	left			:	0px;
	top			:	0px;
	width			:	100%;
	height			:	100%;
	overflow		:	hidden;
}

#menu {
	position		:	absolute;
	left			:	0px;
	width			:	100%;
	height			:	21px;
	top			:	315px;
	background-color	:	#000;
	background-image	:	url('images/menu_up.jpg');
	display			:	none;
}

#lDiv a,
#rDiv a {
	color			:	#fff;
	text-decoration		:	none;
}

#lDiv,
#rDiv {
	position		:	absolute;
	top			:	110px;
	width			:	210px;
	color			:	#fff;
	bottom			:	56px;
	display			:	none;
	font-weight		:	bold;
	font-size		:	14px;
}

#lDiv ul,
#rDiv ul {
	list-style-type		:	none;
	line-height		:	39px;
	margin			:	0px;
}

#lDiv ul {
	padding-left		:	0px;
	padding-right		:	30px;
	text-align		:	right;
}

#rDiv ul {
	padding-left		:	30px;
	padding-right		:	0px;
	text-align		:	left;
}

#menu * {
	font-size		:	12px;
	line-height		:	21px;
}

#menu a {
	position		:	relative;
	color			:	#fff;
	text-decoration		:	none;
	padding-left		:	10px;
	padding-right		:	10px;
	border-right		:	1px solid #000;
	display			:	block;
	float			:	left;
}

#menu a:first-child {
	border-left		:	1px solid #000;
}

#menu a:hover {
	background-image	:	url('images/menu_dn.jpg');
}

#content {
	position		:	absolute;
	overflow		:	auto;
	color			:	#fff;
	display			:	none;
	left			:	0px;
	right			:	0px;
	width			:	100%;
	text-align		:	justify;
}

#content td {
	color			:	#fff;
	text-align		:	justify;
	font-size		:	12px;
}

#content_pad {
	position		:	absolute;
	top			:	0px;
	left			:	0px;
	right			:	0px;
	padding			:	10px;
}

h1 {
	margin-top		:	0px;
	margin-bottom		:	10px;
	font-size		:	16px;
}

h2 {
	margin-top		:	0px;
	margin-bottom		:	10px;
	font-size		:	14px;
}

h3 {
	margin-top		:	0px;
	margin-bottom		:	10px;
	font-size		:	12px;
}

a {
	color			:	#ccf;
}
