/* import css files */
@import url(fonts.css);
@import url(master.css);
@import url(styles.css);
/*@import url(mt_style.css);*/
.headerbg {
	background-attachment: fixed;
	background-image: url(../images/index/header_line2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.loginbg {
	background-attachment: fixed;
	background-image: url(../images/index/loginbg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;

}
