@import url("global_styles.css");
/* only tweak the background images for tags here */
html {

}

body {
background-image:url(../bg.gif);
background-position:center top;
background-repeat:repeat-x;
background-color: #0f0f0f;
}
