@charset "UTF-8";
/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

body{
	background:url('images/skin_side_up.png');
	background-position:top left;
	background-repeat:repeat;
	}

h1{font-family: 'Alef', sans-serif;
font-weight: normal;
font-size: 3.2em;
margin: 0 18px 0 0;}

img.fullscreen {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

img.boat{}

a{
	color:#333;	
}

.wrapper{
	position: relative;
	width: 800px;
	padding: 40px;
	margin: 50px auto;
	background: url('images/bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-size: cover;
	min-height: 350px;   
	box-shadow: 2px 2px 24px #555;
}

.holding-info{
	padding: 15px 30px;
	background: url('images/wrap.png');
	width: 43%;	
	border: 3px solid #FFF;
}


p.coming-soon{
position: absolute;
bottom: -42px;
right: 0px;
font-size: 0.75em;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.fullscreen {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}