@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "px";
	src: url(font/air_americana.ttf)
}

body {
 	margin: 0;
	padding: 0;
	background-color: black; 
	top: 0;
	font-family: "px";
	font-size: 11px;
	
	
}

a {
	outline: none;
  text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

.center {
	width: 100%;
	text-align: center;
	height: auto;
}

.center img {
	padding-top: 100px;
	width: 450px;
	
}

.bottom {
	color: white;
	text-align: center;
	padding-top: 40px;
	
}

.bottom h1 {
	display: inline;
	padding-left: 160px;
	padding-right: 160px;
}