@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}
p.title {
font-family:"Arial Narrow", "Helvetica Narrow";
	font-weight:bold;
	font-stretch:condensed;
	font-size:24px;
	color: #fff;
}
a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #f26539;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.menu {
	font-family:"Arial Narrow", "Helvetica Narrow";
	font-weight:bold;
	font-stretch:condensed;
	font-size:18px;
	color: #999
}
a.menu:visited {
	text-decoration: none;
	color: #999;
}
a.menu:hover {
	text-decoration: none;
	color: #f26539;
}
a.menu:active {
	text-decoration: none;
	color: #FFF;
}
#head {
	position:absolute;
	left:0px;
	top:0px;
	width:1440px;
	z-index:1;
	height: 200px;
	background-image: url(img/head.png);
}
#menu {
	position:absolute;
	left:60px;
	top:200px;
	width:1380px;
	height:50px;
	z-index:2;
}
