@charset "utf-8";
/* CSS Document */
#header{
	width:100%;
	height:300px;
	background:url(../_imgs/header.jpg) center bottom no-repeat;
}
#header #top{
	width:1000px;
	height:271px;
}
#header #menu{
	width:667px;
	padding-right:25px;
	height:29px;
	float:right;
	position:relative;
}
#header #menuContent{
	width:666px;
	height:29px;
	float:right;
	border-left:1px solid #1c1c1c;
	border-right:1px solid #444;	
	margin:0;
}
.menuItem{
	float:left;
	margin:0;
	padding:0;
}
.menuItem img{
	border-left:1px solid #444;
	border-right:1px solid #1c1c1c;
}
#header #logo{
	width:485px;
	height:79px;
	float:left;
	cursor:pointer;
	background:url(../_imgs/logo.gif) center right no-repeat;
}
#header #bottom{
	width:1000px;
	height:29px;
	background:none;
}
#bodyBg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	background:#373432;
	z-index:-1;
}
