@import url("global_styles.css");
@import url("artropolis.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-color: #CCCCCC;
}


