html {
    height: 100%;
}

body {
    height: 100%;
    background: #2f2f2f;
    /*color: #ffffff;*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.outer {
    width: 970px;
    margin: 0 auto;
}

.band1 {
    height: 125px;
    background: #000000;
}

.band1 .left {
    float: left;
}

.band1 .right {
    float: right;
}

.band2 {
    /*height: 25px;*/
    background: #0f0f0f;
}

.band2 table tr td {
    margin: 0px;
    padding: 0px;
}

.band2 a {
    display: block;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.band2 a:hover {
    background: #747474;
}

.band3 {
    height: 300px;
    background: #454545;
}

.band3 .flash_news {
    width: 950px;
    height: 280px;
    margin: 0 auto;
    background: #0033dd;		
}

.band4 {
    /*height: 190px;*/
    background: #454545;
}

.band4 .news {
    margin: 10px;
    height: 145px;
    width: 290px;
    float: left;
    background: #393939;
}

.band4 .title {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #1aa61d;
}

.band4 .content {
    padding-top: 5px;
    text-align: justify;
    font-size: 9px;
}

.band4 a {
    font-size: 9px;
    color: #81a4ff;
}

.band4 a:hover {
    font-size: 9px;
    color: red;
}

.band4 .outer4 {
    width: 940px;
    margin: 0 auto;
}
.band4 .long_article_title{
	background:#A8A8A8;
	width:930px;
	font-family:verdana;
	font-size:16px;
	color:#2A2A2A;
	text-align:justify;
}
.band4 .long_article{
	background:#454545;
	font-family:verdana;
	font-size:12px;
	color:#E4E4E4;
	text-align:justify;
}
.band5 {
    background: #0f0f0f;
}

.band5 table tr td {
    margin: 0px;
    padding: 0px;
}

.band5 a {
    display: block;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.band5 a:hover {
    background: #747474;
}

.band6 {
    height: 70px;
    background: #000000;
	color:#454545;
	font-size:9px;
}

.band6 .left {
    float: left;
}

.band6 .right {
    float: right;
}
.band6 a{
	text-decoration:none;
	color:#7e7e7e;
}
.band6 a:hover{
	text-decoration:none;
	color:#ffffff;
}

