body {
	margin: 0px;
	line-height: 1.3em;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#content {
	text-align: center;
}
#top {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background: url(../images/airnesco_logo.gif) no-repeat 20px 20px;
	display: block;
	height: 80px;
}
#footer {
	padding: 0px;
	background: #626262;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
.inner {
	padding: 10px 20px;
}
a.close {
	right: 20px;
	top: 0px;
	display: block;
	position: absolute;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	line-height: 2em;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_close.gif);
	color: white;
}
a.close:hover, a.part:hover {
	color: black;
}
a.part {
	color: white;
	margin: auto;
}
#footer .inner {
	position: relative;
}
#top p {
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 55px;
	text-align: center;
	color: #626262;
}
#content p.note {
	font-size: 10px;
	color: #626262;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 500px;
}
