/*/////////////////////////   SCREEN   ////////////////////////////*/
*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	font-size: 0.7em;	line-height: 1.7em;
	letter-spacing: 0px;	color: #FFF;	text-align: center;	background: #000 no-repeat url(../img/da_ring_01.jpg) center center;
	background-attachment:fixed;
}

#panel {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 320px;
	margin-top: -160px; /*set to a negative number 1/2 of your height*/
	margin-left: -175px; /*set to a negative number 1/2 of your width*/
	border: 0px solid #000;
}

 a, a:active, a:visited	{	color: #000;
	text-decoration: none;	padding-bottom: 2px;
	border-bottom: 2px solid #000;
	}	a:hover, a:visited:hover {	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #bc0000;
}

#panel p {
	margin-top: 20px;
	padding: 2px;
	border: 0px solid #000;
	text-align: center;
}