@charset "UTF-8";
#about {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	overflow: hidden;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	left: 0px;
	margin: 0px;
	top: 0px;
	float: none;
	background-position: center center;
}

body {
	background-color: #000000;
	margin: 50px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	cursor: default;
}

a:focus { 
    outline: none; 
}

