/********************
BROWSER RESETS
********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, 
em, font, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1.1;
	color: black;
	background: white;
	border: 0;
}

ol, ul {
	list-style: none;
}

/********************
TYPOGRAPHY
********************/

h1, h2, h3, p {
	font-family: Helvetica, Arial, sans-serif;
}

br {
	clear: both;
}

/********************
GENERAL STRUCTURE
********************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000 url(../images/bodyBG.jpg) top center no-repeat;
	position: relative;
}

#wrap {
	width: 960px;
	height: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/********************
HOME PAGE STYLES
********************/

.homeLink {
	width: 285px;
	height: 135px;
	border: 0;
	float: left;
}

.romanticFlights {
	width: 297px;
	height: 411px;
	top: 235px;
	left: 0;
	background: url(../images/btn-RomanticFlights.png) 0 0 no-repeat;
	position: absolute;
}

.romanticFlights:hover {
	width: 297px;
	height: 411px;
	top: 235px;
	left: 0px;
	display: block;
	background: url(../images/btn-RomanticFlights.png) 0 -413px no-repeat;
	position: absolute;
}

.learnToFly {
	width: 297px;
	height: 411px;
	top: 110px;
	left: 330px;
	background: url(../images/btn-learnToFly.png) 0 0 no-repeat;
	position: absolute;
}

.learnToFly:hover {
	width: 297px;
	height: 411px;
	top: 110px;
	left: 330px;
	display: block;
	background: url(../images/btn-learnToFly.png) 0 -422px no-repeat;
	position: absolute;
}

.youthAdventureFlights {
	width: 297px;
	height: 411px;
	top: 235px;
	left: 655px;
	background: url(../images/btn-youthAdventureFlights.png) 0 0 no-repeat;
	position: absolute;
}

.youthAdventureFlights:hover {
	width: 297px;
	height: 411px;
	top: 235px;
	left: 655px;
	display: block;
	background: url(../images/btn-youthAdventureFlights.png) 0 -415px no-repeat;
	position: absolute;
}


