/* css reset first */
*{margin:0; padding:0; font-family:Arial;}

/********************************/
table, object, td, tr, swf{
  z-index: -1;
}
a:link	{color:#fff;}
a:visited	{color:#fff;}
a:focus, a:hover, a:active	{color:#fff;}
.ws{ color: #fff; }

#meerkat-container {
	position: relative;
}

#meerkat {
	width: 100%;
	display: none;
    padding:0 0 0 44px;
}

#meerkat-content {
	width: 568px;
    height:155px;
	margin: 0 auto;
    z-index: 2;
    background: url(dot.png) repeat;
}

#meerkat-content .h{
	color: #FFF;
	font-size: 1.2em;
    background:#808080 url(hd.jpg) no-repeat;;
    padding:10px 0 5px 25px;
    width:503px;
    display:inline;
    float:left;
    text-indent:-9000px;
}

.news p{
	color: #FFF;
	font-size: 1em;
    margin:0;
    padding:0;

}
.news{ width:532px; height:100px; clear:both; overflow:auto; padding:10px 10px 0 25px; font-size:12px; color:#fff; }
.x{ width:40px; height:37px; position: relative;  display:inline; float:right;  background: url(x.png)no-repeat;}
a.close {height: 37px; width: 40px;  margin: 0 0 0 0;  }
#swf{
z-index: 1;
position:absolute;
width: 100%;
height: 100%;

}

