@import url("global_styles.css");
/* only tweak the background images for tags here */
/*html {
background-color: #987aa8;
background-repeat:repeat-y;
background-position:top left;
}*/

body {
	background-image: url(/Images/header/header-background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}


