@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
	border: none;
	cursor: default;
}

#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}

#logocontainer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 355px;
	height: 232px;
}

#logocontainer img{
	width: 355px;
	height: 232px;
	border: none;
}

#soonOnline{
	color: #89a211;
	position: absolute; 
	top: 145px;
	left: 185px;
	font-size: 0.8em;
}

#contactcontainer{
	position: absolute;
	top: -125px;
	right: 30px;
	z-index: 5;
}

#contact{
	background-color: #6d810d;
	height: 95px;
	width: 165px;
	padding: 15px 34px 15px 34px;
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.6em;
}

#contact a{
	color: #FFFFFF;
	text-decoration: none;
}

#contactButtonImg{
	width: 233px;
	height: 28px;
	cursor: pointer;
}

#bookonlinelink{
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 5;
}

#bookonline{
	width: 422px;
	height: 215px;
	border: none;
}

#credits{
	color: #89a211;
	position: absolute; 
	bottom: 15px;
	right: 22px;
	font-size: 0.8em;
	z-index: 5;
}

#credits a{
	color: #89a211;
	text-decoration: none;
	font-size: 0.8em;
}

.images
{
	height: 100px;
	padding-right: 15px;
	float: left;
}
