*{ outline:none; }
body{
}
#contents{
	width:855px;
	/*absolute center*/
	height:514px;
	left:50%;
	margin-left:-427px;
	margin-top:-257px;
	position:absolute;
	top:50%;
	/*border:1px solid #FF0000;*/
}
#articles{
	position:absolute;
	left:350px;
	top:50px;
}
#title{
	position:absolute;
	left:100px;
	top:200px;
}
/* standard links */
#links{
	position:absolute;
	left:50px;
	top:450px;
}
#links div{
	float:left;
}
#sign-up{
	margin-left:128px;
	width:29px;height:100%;
	background-color:#141414;
}
#sign-up img{
	margin-top:13px;
}
#contact-us{
	margin-left:35px;
	width:29px;height:100%;
	background-color:#0d0d0d;
}
#contact-us img{
	margin-top:13px;
}
.issuelink{
	margin-right:13px;
}
.issuelink a{
	display:block;
	height:10px;
	width:116px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.issuelink a:hover{
	background-position:0 -10px;
}
.klusterlink{
	margin-left:34px;
}
.klusterlink a{
	display:block;
	height:14px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.klusterlink a:hover{
	background-position:0 -14px;
}
#standby{
	margin-left:35px;
	margin-top:35px;
}
/* articles */
div.article a{
	width:95px;
	height:16px;
	display:block;
	margin-top:10px;
	text-indent:-9999px;
	width:460px;
	background-repeat:no-repeat;
}
div.article a:hover{
	background-position:0 -16px;
}
/* layout */

/* tool tips */
.tool-tip {
	color: #fff;
	width: 350px;
	z-index: 1300;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color:#CD2328;
	padding: 8px 8px 4px;
	background: #000;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
}
