body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}

body {
	margin: 20px 0px;
	padding:0px;
	text-align:center;
	background-color: #222;
	font-family:Arial, sans-serif;
	color:#fff;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.6em;
}

h3 {
 font-size:1.4em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:1.1em;
}

#container {
	width:900px;
	height:auto;
	margin:0px auto;
}

#header {
	width:900px;
	height:auto;
	position:relative;
}

#header img {
	width:170px;
	height:162px;
}

#content {
	width:900px;
	height:500px;
	text-align:center;
	position:relative;
}

#comingsoon {
	width:100%;
	height:auto;
	position:relative;
	top:3em;
}

#footer {
	width:900px;
	height:30px;
	position:relative;
	text-align:center;
	color:#fff;
	font-size:9pt;
}

#destinations {
	list-style:none;
	position:relative;
	top:0em;
}

#destinations li {
	float:left;
	font-style:italic;
}

#africa {
	position:relative;
	left:13em;
}

#jamaica {
	position:relative;
	left:24em;
}

#australia {
	position:relative;
	left:34em;
}

#socialmedia {
	width:200px;
	height:50px;
	padding:10px 5px;
	position:relative;
	top:0em;
	left:22em;
	list-style:none;
}

#socialmedia li {
	display:block;
	padding:5px 2px;
	float:left;
}

/*#form {
	text-align:left;
	height:600px;
}

#network {
	width:900px;
	text-align:left;
	position:relative;
	top:2em;
}

#facebook {
	width:200px;
	margin: 5px 10px;
	padding:15px;
	position:absolute;
	top:-1.1em;
	float:left;

}

#info {
	width:250px;
	height:190px;
	margin: 5px 10px;
	text-align:left;
	background-color:#fff;
	color:#444;
	padding:15px;
	position:relative;
	left:6em;
	top:11.3em;
	float:left;

}

#twtr-profile-widget {
	margin: 5px 10px;
	position:relative;
	top:11em;
	left:10.3em;
	float:left;
}

#contact {
	width:600px;
	height:100px;
	margin: 5px 10px;
	text-align:center;
	color:#fff;
	padding:15px;
	position:absolute;
	float:right;
	top:-1em;
	left:18em;
}

#subscribe {
	text-decoration:underline;
	font-style:italic;
}

#subscribe a:link {
	color:#1173e0;
}

#subscribe a:active {
	color:#444;
}

#subscribe a:visited {
	color:#1173e0;
}

#refresh {
	font-size:10pt;
	position:relative;
	top:3em;
}*/


#privacy {
	width:auto;
	height:670px;
	padding:5px;
	overflow:scroll;
	color:#fff;
	font-size:10pt;
}

#terms {
	width:auto;
	height:670px;
	padding:5 px;
	overflow:scroll;
	color:#fff;
	font-size:10pt;
}

a {
	color: #fff
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #ff3;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: none;
}



