html, body   { 
	background-color: black;
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-family: "Arial",Sans-serif;
	font-size:12px;
	}
div#centered {
	border: 0;
	background-color: black;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	color: #7d7d7d;
	}
a {
	color: #7d7d7d;
	text-decoration: none; 
	}
a:hover { 
	text-decoration: underline;
	}
img { 
	border-style: none;
	}
a { 
	outline: none;
	}	
a img { 
	border: none;
	}
p { 
	margin: 48px 0 0 0;
	}
