#header
{
@property "header";
background-color: @primaryMedium;
@property "/header";
position:fixed !important;
z-index:7000;
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#moderatorBar
{
background-color: @primaryDarker;
border-bottom: 1px solid @primaryLightish;
font-size: 11px;
position:fixed;
z-index:10000;
margin: 0px auto 0px auto;
width:100%
}
#content {
margin-top:20px;
}