

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

.container {
	width:900px;
	margin:0px auto;
	text-align:left;
}

.header {
	width:900px;
	height:80px;
	text-align:center;

}

.banner {
	font-size:30pt;
}

#tag {
	font-size:12pt;
	font-style:italic;
	position:relative;
	top:-2em;
}

.content {
	width:900px;
	height:750px;
	text-align:center;
	position:relative;
}

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

.big {
	font-size:16pt;
	font-weight:bold;
}

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

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

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

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

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

#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;
}


