html, body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* GLOBAL
--------------------------------------------------------------------------------------- */
/*Used to fix Fire Fox float error.*/
.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* BODY
--------------------------------------------------------------------------------------- */
body {
background:url(../images/main-bg-1.jpg) no-repeat;
margin: 0;
padding: 0;
	
	}

#wrapper {
margin:0 auto;
padding:0;
width:100%;
height:100%;
position:relative;
}
	
/* SlideShow
--------------------------------------------------------------------------------------- */

#logo {
position:fixed;
position:fixed;
top:70%;
right:5%;
}

#oneocean {
position:fixed;
position:fixed;
top:27%;
left:5%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
}


h1 {
	font-size: 15px;
	color: #D6E4D8;
}
h2 {
	font-size: 13px;
	color: #D6E4D8;
}
h3 {
	font-size: 11px;
	color: #D6E4D8;
}
h4 {
	font-size: 9px;
	color: #D6E4D8;
}

a {
color:#D6E4D8;
font-size:13px;
text-decoration:none;
}

a:link {
color:#D6E4D8;
font-size:13px;
text-decoration:none;
}

a:hover {
color:#D6E4D8;
font-size:13px;
text-decoration:underline;
}