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