@import url("global_styles.css");
/* only tweak the background images for tags here */


html {
	background-image:url(/images/bg.gif);
	background-repeat:repeat;
/*	background-position: top left;
	background-repeat:repeat;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #000000;*/	
}

/*body {
	background-image:url(../images/exp_bg.png);
	background-position:  top center;
	background-repeat:repeat-y;
	min-height: 100%;
	height: auto !important;
	position: absolute;
	height: 100%;
    width: 100%;
    overflow: auto;
}
*/
