body  {
	background-color: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-image: url(bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.border {
	border: 1px solid #666666;
}
input, textarea, select {
	background-color: #666666;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding:2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #333;
	border: 1px inset #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 500px;
     height: 150px;
     margin-top: -75px; /* half of the height */
     margin-left: -250px; /* half of the width */
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
