.notification-bar {
    position: absolute;
    width: 100%;
    top: 0;
	
}
.notification-text {
    background-color: #000;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
	vertical-align: middle;
    position: absolute;
    width: 100%;
	
	margin: auto;
    

}


body {
    
    margin-top: 30px;
}