body
{
	background-color: black;
	font: 11px "Trebuchet MS", arial, sans-serif;
	color: #ccc;
	text-align: center;
}
div#all
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 493px;
	margin-left: -390px;
	margin-top: -246px;
	border: 1px solid #666;
	padding-top: 7px;
}		
div#txt
{
	margin-top: 130px;
}
div#txt a
{
	color:white;
}
div#txt a:hover
{
	color:#00CCFF;
}
