html body {
    background-image: url(../images/themes/actionDust/bgbody.png);
    background-repeat: repeat-x;
    background-position: center top;
	background-color: black;
	margin: 0 auto;

}

html body .b_head {
    background-image: url(../images/themes/actionDust/boxhead.png);
}

html div#top {
    background-image: url(../images/themes/actionDust/loginBox.png);
}

html body .con_head {
    background-image: url(../images/themes/actionDust/mainhead.png);
}

html body .news_head {
    background-image: url(../images/themes/actionDust/mainhead.png);
}

html body .shout_head {
    background-image: url(../images/themes/actionDust/col1_boxhead.png);
}

html body .mt_head {
    background-image: url(../images/themes/actionDust/tablehead.png);
    background-repeat: repeat-x;
}

html body #header {
    background-image: none;
}

html body #container ul.menu li.active {
    background-image: url(../images/themes/actionDust/switchbuttonhover.png);
}

html body #container ul.menu li{
    background-image: url(../images/themes/actionDust/switchbutton.png);
}

html body #ticker {
    background-image: url(../images/themes/actionDust/tickerbg.png);
}

html body .mt_mite {
    background-color: #bfbfbf;
}

html .clickable tr:hover {
    background-color: #ff7373;
}

html .mainHeaderBanner {
  display: none;
}