#announcement
{
	border: 1px dotted #262626;
	margin: 0px;
	padding: 0px;
	
}
#announcement p
{
	margin: 0px;
	color: white;
}
#announcement p a
{ 
	color: white;
}
#announcement p a:hover
{ 
	text-decoration: none;
}
.standardpage h1
{
	color: #EFBF00;
}
.twitter img
{
	position: relative;
	top: -7px;
}
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 200px;
	padding: 20px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
.shstats 
{
	width: 100%;
	height: 100%;

}
.shstats .top
{
	float: left;
	height:90px;
	width: 350px;
	margin:10px;
		
}
.shstats p
{
	margin: 0px;
	padding: 0px;
}
.shstats .top .thumb
{
	float:left;
	width:100px;
	margin-right:5px;
	height: 100%;
	padding-right:5px;
}
.shstats .top .text
{
	float:left;
	width:230px;
	
}
.shstats a
{
	color: #ffcc00;

}
.shstats a:hover
{
	color: #ffcc00;
	text-decoration:none;
}
.shstats .thumb a
{
	color: #ffcc00;
	text-decoration:none !important;
}
.compnot
{

	float:right;
	clear:both
}
.compnot p a
{
	font-size:236px !important;
}
.compnot img
{ 
	margin-right: 5px;
}
