

*Attached image...
#gkHeader {
height: 110px;
}
#system-message-container {
margin: 0;
padding: 0;
position: absolute;
top: 98px;
width: 100%;
}
#system-message-container {
z-index: 1;
}
#system-message dd {
background: #eba034 none repeat scroll 0 0;
}
#system-message-container {
z-index: 999;
}
<script type="text/javascript">(function($) {$(document).ready(function() {
setTimeout(function() {
$('#system-message-container').fadeOut('fast');
}, 15000);
});})(jQuery)</script>