body {
	padding:18px 0 0 0;
}

.top{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  width:100%;
  height:18px;
  background-color: #E4D6B2;
  border-bottom: solid 1px #000;
}

@media screen{
	body>.top{
	position:fixed;
	}
	body>.anylinkcss{
	position:fixed;
	}
}

* html body{ overflow:hidden;} 

* html .content{height:100%; overflow:auto;}

.content{
	z-index: 1;
}

.rightlinks{
	text-align: right;
	font-size: 10px;
	padding-right: 2px;
}

.leftlinks{
	position: absolute;
	text-align: left;
	font-size: 10px;
	padding-left: 2px;
}
