/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(img/bg.gif);
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:810px;
}

.p1{
	font-size:180px;
	}
	
.hr {
	width:800px;
	height:20px;
	background-image: url(img/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

#footer{
	text-align:left;
	height:181px;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

#webtext{
	float:left;
	vertical-align:top;
	font-size:30px;
	width:400px;
	height:48px;
}

#also{
	float:left;
	width:125px;
	height:48px;
	background-image:url(img/also.gif);
	background-position: center;
	background-repeat: no-repeat;
	display:inline-block;
}


.latext{
	float:left;
	text-align:right;
	font-size:9px;
	width:137px;
	height:48px;
	padding-right:10px;
}
#barcode{
	float:left;
	width:134px;
	height:48px;
	background-image:url(img/barcode.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#spacer{
	float:left;
	width:820px;
	height:10px;
}

#aloha{
	float:left;
	width:662px;
	height:98px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

#air{
	float:left;
	width:90px;
	height:90px;
	background-image:url(img/airplane.gif);
	background-repeat: no-repeat;
	padding-right:10px;
	}
span{
	font-weight:bold;
	}
