You can ry this
- add a new widget area to the ato->Add HTML/CSS Inserts->HTML Inserts: Body Top
HTML Code:
<?php bfa_widget_area('name=body top'); ?>
- view to front page
- add a text widget to the 'body top' widget area
- add teh following to the text widget
HTML Code:
<div id="bodytop"> </div>
use CSS to style the area, something like
HTML Code:
#bodytop {
background-color: #FF0000;
height: 22px;
position: relative;
top: 38px;
}