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

#mobi{
	position:absolute;
	display:none;
	width:150px;
	margin:5px 0px 0px -185px;
	background-color:#524A48;
	color:#FFF;
	font-family:Helvetica, Arial;
	font-size:16px;
	font-weight:bold;
}
#mobi a{
	color:#FFF;
	text-decoration:none;
}
#mobi a:hover{
	color:#FFF;
	text-decoration:none;
}
#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 {
	border-bottom:2px solid #FFF;
	width: 771px;
	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;
}

#likeBut{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
}
