/* CSS Document */

#bar_logo {
	width: 100%;
	height: 80px;
	background-image: url(<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/img/repit.gif);
	background-repeat: repeat-x;
}