/* CSS definition file containing site wide stylesheets */

BODY {
	background-image: url( "./assets/images/background1.gif" );
 	background-repeat: repeat-x;
 	background-attachment: fixed
}

UL {
	list-style-image: url( "./assets/images/bullet.gif" )
}