#DivHeader {
	position: relative;
	height: 160px;
	margin: 0;
	background:#3366ff;
	width: 1005px;
	z-index: 1;
}
#DivHeaderTabs {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 50px;
	width: 992px;
	z-index: 2;
	text-decoration: none;
}
#DivHeaderTabs a,a:link,a:visited {
	text-decoration: none;	
}
#DivHeaderTabs img {
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #339966;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
}
