/**
 * Theme based style sheet
 * Use this file to overwrite any of the base styles for the user account
 */
@import url('http://boatstobuy.dev/include/html/site.css');
#headerBanner {
   position: absolute;
   top: 25px;
   left: 280px;
}
#userLogo {
   position: absolute;
   top: 5px;
   right: 10px;
}