body	{
	margin:0;
	padding:0;
	background-color:#000;
}

html {
    background-color:#000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
}

a {
	outline:none;
	color: inherit; 
	text-decoration: none; 
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:12pt;
	font-weight: normal;
	color:#FFF;
	margin: 5px 0 5px 0;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:10pt;
	color:#333;
	padding: 0;
	margin:1%;
}

img {
	border:0;
}

.slide {
	background-size: cover;
}

#container	{
	position:relative;
	width:100%;
}

.main_imgholder {
	z-index:-9;
	width:100%;
}

#header_holder {
	position: fixed;
	z-index:999;
	margin-top: 20%;
	width:100%;
}

#header_holder2 {
	width:100%;
	margin:0 auto 0 auto;
}

#header {
	float:left;
	width:100%;
}

#logo {
	float:left;
	width:40%;
	margin:2% 30% 1% 30%;
}

#socialm_holder {
	position: fixed;
	text-align: center;
	width:40%;
	margin:31% 30% 2% 30%;
}

.social_media {
	float: left;
	width:12.6%;
	margin: 2%;
}

#logo2_holder {
	float:left;
	width:40%;
}

#logo2 {
	float: left;
	width:30%;
	margin: 0 0 0 70%;
}

#social_mediaholder2 {
	float:left;
	width:30%;
	margin:0% 35% 2% 35%;
}

#booking_holder {
	position: fixed;
	text-align: center;
	width:100%;
	margin:38% 0 1% 0;;
}

#siteby {
	float:left;
	width:100%;
	text-align: center;
	margin: 60% 0 0 0;
}