/** styles.css **/

@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {

}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-position:bottom;
	overflow-y: scroll;
	background-image: url(../img/bg.jpg);
}
table.ArticleAttrTable b, .articleAttr span,
.service_box .sLarge,
.tab_content h3,
.liveBox .ls_remaining, 
.liveBox .ls_remaining_time,
.articleTitle,
.modHeader,
.slideText,
.btn,
.category_nav {

}
.inv{
	display: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body, a {
	color: #3b393f;
}
#region_0, #region_1   {
	background: url(../img/bg_shadow.png) top center repeat-y;
	position: relative;
}
#region_2 {
	background: url(../img/bg_bot.png) top center no-repeat;
	position: relative;
}
#region_0 {
	z-index: 1000000;
}
#region_1 .inner {
	z-index: 10;
}
#region_0 .inner, #region_1 .inner, #region_2 .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
