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