@charset "utf-8";
/* CSS Document */

.header{
	width: 750px;
	height: 440px;
	background: url(/images/bg-header-roundcorners.gif) left top no-repeat;
	color: #8e969b;
	font: 12px "Trebuchet MS";
}
	
#Nav{
	position: absolute;
	z-index:100;
	top: 368px;
	left:50%;
	width: 774px;
	height: 87px;
	margin-left:-387px;
	background: url(/images/bg-navigation.png) center center no-repeat;
}
