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