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