.admin-interface #container #header {
	padding-bottom: 0;
}

.admin-interface #header + #main {
    border-top: none;
}

.meta {
    display: block;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    color: white;
    background-color: #ffa400;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}