body {
  background-color: #000;
  color: #000000;
  text-align: center;
  font-size:1.5em;
  font-family:arial;
}
#wrapper {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: #000;
  color: #ff0000;
  padding: 0;
  text-align: center;
  
}

#logo {
	position:relative;
	background-image: url("../images/strangerlogo.gif");
	border:0;
	width:760px;
	height:470px;
	margin:50px 0 65px 0; 
}

#keyhole {
	display:block;
	position:absolute;
	bottom:55px;
	left:40px;
	background-image: url("../images/keyhole.gif");
	border:0;
	width:52px;
	height:76px;
}
	
	

a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;	
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
