@import url(/themes/btsv/layout.css);
@import url(/themes/btsv/layout_home.css);
@import url(/themes/btsv/layout_content.css);
@import url(/themes/btsv/navigation.css);
@import url(/themes/btsv/text.css);
@import url(/themes/btsv/modules.css);
@import url(/themes/btsv/btsv_force.css);

html {
  height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin:0 auto;
	background:url(/themes/btsv/images/page_btsv.jpg) repeat-x #E9ECF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	*text-align:center;
	behavior: url(/themes/btsv/themes/jobs_theme/csshover3.htc);  /* for Hover to work in IE6*/
	behavior: url(/themes/btsv/themes/jobs_theme/iepngfix.htc);  /* png fix for IE6*/

}


