/*/////////////////////////   SCREEN   ////////////////////////////*/
*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	font-size: 0.8em;	line-height: 1.7em;
	letter-spacing: 0px;	color: #000;	text-align: left;	background: #FFF;
}

#panel {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 570px;
	height: 350px;
	margin-top: -175px; /*set to a negative number 1/2 of your height*/
	margin-left: -285px; /*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 #EEE;
	}	a:hover, a:visited:hover {	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #CCC;
}

#panel p {
	float: left;
	margin-top: 100px;
	padding: 2px;
	border: 0px solid #000;
}

.left {
	width: 300px;
	text-align: right;
	color: #C78B00;
}
.right {
	text-align: left;
}

