html, body{ margin: 0; padding: 0; height: 100%; background-color: #000;}
html { overflow:scroll;}
img 
{
	border-style:none;
	margin-right: 10px;
	margin-top: 5px;
}

#wrapper-content{
	width:100%;
	height:800px;	
 	margin-top: -400px;
 	position: absolute;
 	top: 50%;
}


#test{
	width:100%;
	height:800px;	
 	margin-top: -400px;
 	position: absolute;
 	top: 50%;
}




#news {
	color:#cccccc;
	text-decoration:none;
	width: 600px;
	height: 175px;
  	font-family:Arial;
	font-weight: normal;
	font-size:14px;
	border-bottom:groove thin #cccccc;
	margin-bottom: 20px;
	padding-bottom:10px;
}

#link 
{
	text-align:right;
}
#news a{
	color:#ffff00;
	font-weight:500;
	text-decoration:none;
}

#news a:hover {
	color:#cccccc;
	font-weight:500;
	text-decoration:none;
}