@import url("global_styles.css");
@import url("reemanagement.css");
/* only tweak the background images for tags here */
html {

}

body {
	/* background-image:url(/images/backgrounds/tile-background.jpg); */
    background-position:center top;
	background-repeat:repeat;
	background-image: url(/images/background.jpg);
}

