html {
	
}
body {
	background-color: #000000;
	font-family: Futura;
}
div#wrapper {
	background: url(resources/whole.png);
	width: 780px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 160px;
	padding-left: 220px;
	padding-right: 200px;
	
	
}
a:link{
	color:#000;
	text-decoration: none;
}
a:visited{
	color:#000;
	text-decoration: none;
}
a:hover{color:#000;}
a:active{color:#000;}
