#logo {
	background-image: url(../img/Airport2000.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 100px;
	margin-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#text p {
	margin-top: 5px;
	margin-bottom: 0px;
}

body {
	background-color: #00ADEE;
}
