body {
	margin: 0px;
	padding: 0px;
}

#panel {
	width: 563px;
	height: 194px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	padding: 3px 0px 0px 205px;
	overflow: hidden;
	position: fixed;
	left:0px;
	top:0px;
	z-index: 5;
}

#linkStrip {
	width: 771px;
	height: 32px;
	position: fixed;
	left:0px;
	top:197px;
	z-index: 3;
}

#headerBack {
	display:none;
	width: 771px;
	height: 194px;
	position: fixed;
	left:0px;
	top:0px;
	z-index: 4;
}

#tag {
	width: 62px;
	height: 200px;
	background-image:url(../images/toggler.png);
	background-repeat:no-repeat;
	overflow: hidden;
	position: fixed;
	left:-70px;
	top:0px;
	z-index: 4;
}

#tag:hover{
	cursor:pointer
}

#contentDiv {
	width: 771px;
	height: auto;
	position: absolute;
	left:0px;
	top:223px;
	z-index: 2;
}
#backImage {
	position: fixed;
	left:0px;
	bottom:0px;
}
#siteMap {
	position: fixed;
	left:center;
	bottom:0px;
	z-index: 999;
	color:#666;
	font-family:Helvetica, Arial;
	font-size:12px;
}
#siteMap a{
	color:#666;
	text-decoration:none;
}
#siteMap a:hover{
	color:#fff;
}