@charset "utf-8";
.header.index-header {
    height: 98px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
}
.box{
	margin:5px 0;
	border-radius: 5px;
	overflow: hidden;

	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.nullbox {
    height: 100px;
}
.dbt img{
	margin-top: 98px;
	margin-bottom: -8px;
}

