/* CSS definition file containing site wide stylesheets */

.Background {
	background-image: url( "./bg.jpg" );
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: top left
}