@charset "utf-8";
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/helveticaneuelight.eot');
    src: url('../fonts/helveticaneuelight.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuelight.woff') format('woff'),
         url('../fonts/helveticaneuelight.ttf') format('truetype'),
         url('../fonts/helveticaneuelight.svg#HelveticaNeueLight') format('svg');
}
body {
	margin:0;
	height:100%;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
html {
	position:relative;
	min-height:100%;
}
.clear {
	clear:both;
}
.blank {
	height:850px;
}
.header {
	position:absolute;
	top:0px;
	width:100%;
	height:150px;
	background-color:#70B93B;
	background-repeat:repeat-x;
}
.content {
	position:absolute;
	width:950px;
	height:645px;
	background-image:url(../images/bg_aroundtheworld.png);
	background-repeat:no-repeat;
	left:50%;
	top:50%;
	margin:-430px 0 0 -475px;
	z-index:1;
}
.packages {
	float:left;
	width:280px;
	height:220px;
	margin-top:293px;
	margin-left:150px;
	color:#f16329;
	text-align:right;
	font-size:11px;
	font-family:HelveticaNeueLight;
}
.text {
	font-size:12px;
	text-align:center;
	margin-top:305px;
	margin-left:430px;
	margin-right:100px;
	color:#99c84f;
	font-family:HelveticaNeueLight;
}
.bottom {
	position:absolute;
	bottom:0;
	left:0;
	height:312px;
	background-color:#70B93B;
	width:100%;
}
.bottomcontent {
	width:900px;
	padding-top:35px;
	font-family:HelveticaNeueLight;
	font-size:12px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}
