.clear {
	clear: both;
        }

.inv {
	display: none;
        }

html {
	height: 100%;
        }

* html body {
	height: 100%;
        }

body {
	font: 12pt Tahoma, Sans-Serif;
	color: #999999;
	margin: 0;
	padding: 0;
        background: #fafafa;
        height: 100%;
        }

div {
	margin: 0px;
	padding: 0px;
        }

a {
    color: blue;

    }

#site-wrapper{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
        background: white;
        height: auto;
        min-height: 100%;
	}

#home-logo {
	height: auto;
	display: block;
	}

#header {
	background: green;
	width: 950px;
	height: 250px;
	text-align: center;
	margin-top: 0%;
	}

#header-banner {
	background: url("../images/logo.jpg") top center;
	width: 396px;
	height: 390px;
	float: left;
	background-repeat: no-repeat;
	color: white;
	}

#header #header-tag {
	margin-left: 50%;
        padding-top: 10px;
	color: white;
	}

#header #hot {
        background: transparent;
        width: 45%;
        height: 80%;
        float: left;
        border: white;
	}

#center-block {
	width: 950px;
	margin-top: -20px; 
	padding: 0px 5px 0px 7px;
	background: transparent;
 	color: black;
	display: block;	
	}

#navi-block {
	display: none;
	}

.content-text {
	width: 83%;
	padding: 10px;
	}


.drag-block {
	width: 553px;
	padding: 0px 0px 0px 10px;
        }

#news-list {
	width: 490px;
	height: 440px;
	overflow: auto;	
        float: left;
	}

.news-block {
        width: 480px;
        padding: 0px 0px 0px 10px;
        color: black;
	}

.answer :hover {background: #5e717f;}
/*
.tags-cloud ul, li {
	margin: 5px;
	padding: 5px;
	display: inline;
}

.tags-cloud li {
	margin: 5px;
	padding: 5px;
	background: none;
}

.s-1 {
	font-size: 14px;
}

.s-2 {
	font-size: 16px;
}

.s-3 {
	font-size: 18px;
}

.s-4 {
	font-size: 16px;
     } */

#banners  a img {
    opacity: 0.3; -moz-opacity:0.3;
     }

#banners  a:hover img {
    opacity:1.0; -moz-opacity:1.0;
     }

#footer {
   display: block;
   position: absolute;
   text-align: center;
/*   line-height: 50px; */
   height: 20px;
   color: black;
   margin-top: 10px;
   bottom: 0px;
   width: 950px;
}
