#status-bar
{
	position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    background: gold;
    text-align: center;
    color: green;
    font-size: small;
    font-weight: bold;
}