body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
background-color: #cac8a8;
        text-align: center;
}
#winpop { width:220px; height:0px; position:absolute; right:0; bottom:0; border:1px solid #999999; margin:0; padding:1px; overflow:hidden;display:none;  background:#FFFFFF} 
#winpop .title { width:100%; height:20px; line-height:20px; background:#FFCC00; font-weight:bold; text-align:center; font-size:12px;} 
#winpop .con { width:100%; height:80px; line-height:80px; font-weight:bold; font-size:12px; color:#FF0000; text-decoration:underline; text-align:center} 
#silu { font-size:13px; color:#999999; position:absolute; right:0;bottom:0px; text-align:right; text-decoration:underline; line-height:22px;} 
.close { position:absolute; right:4px; top:-1px; color:#FFFFFF; cursor:pointer} 

/*page top*/

#page-top {
	height: 100px;
	width: 1020px;
	background: url("img/bg.png") repeat-x;
}


#page-top .center {
	width: 1010px;
}

#site-logo {
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}
#site-logo a {
	text-decoration: none;
}
#top-navigator {
	color: #fff;
	padding-top: 10px;
	float: left;
margin-left: 20px;
}

#top-navigator a {
	color: #fff;
	text-decoration: none;
}

#top-navigator a:hover {
	text-decoration: underline;
}

#top-button {
	float: right;
	margin-right: 15px;
}

#top-button a {
	display: inline-block;
	background: url("img/button.gif") no-repeat;
	width: 96px;
	height: 22px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 4px !important;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: bold;
}

#top-button a:hover {
	background: url("img/button-hover.gif") no-repeat;
}

#page-top-shadow {
	height: 15px;
	width: 1020px;
	background: url("img/bg-gray.png") repeat-x;
}

/*page body*/
#page-body {
background-color: #e6e6e4;
width: 1020px;
}
#body-info {
	width: 870px;
	height: 100px;
margin: auto;
	z-index: 999999;
}

#body-info .info-title {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	padding-left: 20px;
}

#body-info .title-text {
	font-size: 14px;
	width: 100px;
	float: left;
}

#body-info .title-more a {
	font-size: 12px;
	color: #003e87;
	text-decoration: none;
   	float: left;
}

#body-info .title-more a:hover {
	text-decoration: underline;
}

.info-bg {
	width: 259px;
	height: 156px;
	background: url("img/bg-news.png") no-repeat;
	display: inline-block;

padding-left: 16px;
	padding-right: 20px !important;
	padding-right: 10px;
}

.news-ul {
	list-style-type: none;
	padding-left: 10px !important;
	padding-left: 0px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 0px !important;
	margin-left: 10px;
text-align: left;
}

.news-ul li {
	background: url("img/icon-news.png") no-repeat left !important;
	background: url("img/icon-news.png") no-repeat left 4px;
	padding-left: 10px;
}

.news-ul a {
	color: #000;
margin-left: 10px;
	text-decoration: none;
}

.news-ul a:hover {
 	color: #ff0000;
	text-decoration: underline;
}


/*page bottom*/
#page-bottom-shadow {
	background: url("img/bg-gray-1.png") repeat-x;
	height: 5px;
	width: 1020px;
	overflow: hidden;
}

#page-bottom {
	background: url("img/bg-1.png") repeat-x;
	height: 228px;
	width: 1020px;
text-align: left;
}
#page-bottom a {
	text-decoration: none;
}
#page-bottom .left {
	background: url("img/bg-left-1.png") no-repeat;
	width: 5px;
	height: 228px;
	float: left;
}

#page-bottom .right {
	width: 5px;
	height: 228px;
	float: right;
	background: url("img/bg-right-1.png") no-repeat;
}

#page-bottom .center {
	width: 960px;
	margin: auto;
}

#page-bottom .title {
	color: #fff;
	font-size: 14px;
	padding-left: 38px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}

#page-bottom-link {
	width: 900px;
	margin: auto;
padding-left: 18px;
}

#page-bottom-link a {
	margin: 5px;
	display: inline-block;
          text-decoration:none;
}
#copyright {
	color: #fff;
	font-size: 9px;
	text-align: center;
	margin-top: 30px;
}

#copyright a, #page-bottom .title a {
	color: #fff;text-decoration:none;font-size: 14px;
	font-weight: bold;
}

#copyright a:hover, #page-bottom .title a:hover {
	color: #00ff00;
}

.flash-message-text {
	font-size: 12px;
	line-height: 20px;
	background-color: #f0f0f0;
	padding: 5px;
	height: 190px;
}

#flash-message {
	display: none;
}
<style type="text/css">
a#tip{
    position:relative;
    color:#00c;
    text-decoration:none;
    padding:5px;
}
.tip:hover{
  position:relative;
z-index:1; 
    background:none;
    color:#000;
}
.tip span {
    display: none;
}
.tip:hover span{
    display:block;
    position:absolute;top:22px;left:80px;
    border-bottom:2px solid #eee;
    border-right:2px solid #eee;
background:#fff;
}
.tip:hover span p {width:400px;display:block;border:1px solid #F96;background:#FFEFEF;padding:10px 20px;top:0px;left:100px;color:#009933}
</style>
