yes you can do that, basically just copy the image, here is the image
http://www.callofduty-community.com/forum/images/misc/register.png
then do these settings in the global sticky message hook
put it on for guest only
then in the editor box type in
[url=http://yoursite.com/index.php?app=core&module=global&section=register][img]http://www.callofduty-community.com/forum/images/misc/register.png[/img][/url]
and save it
then goto you look and feel >> your skin >> Board Index >> VNStickyGlobalMessage
you will see this
<div align='center'><style type='text/css'>#stickymsg{position: fixed;{$this->settings['vn_sticky_message_system_location']}: 0px;line-height: 16px;{$this->settings['vn_sticky_message_system_position']}: 10px;z-index: 30000;opacity: 0.8;width: 260px;height: auto;color: #fff;text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;text-decoration: none;font-size: 11px;font-family: Tahoma;border-radius: 3px;}#stickymsg a{ color: #fff; font-weight:bold; text-decoration: none; }#stickymsg:hover{ opacity: 1; }</style><div id='stickymsg'>{$data['message']}</div></div>
just replace yours with that one