* {
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	right:0;
	bottom:0;
	border:none;
	text-decoration:none;
	outline:none;
}



.main{
	background-color: transparent;
	width: 800px;
	position:relative;
	margin: 0 auto;
	
	border-top: solid #1c1c1c 8px;
	border-style: none;
}



a {
	color: #5ff5aa;
}
a:hover {
	color: #ffffff;
}


html, body {
height: 100%;
}

	html { 
			background: url(images/boats_background_50.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
		
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
	margin: 0 auto -6em;
}
.footer, .push {
height: 1em;
	text-align: center;
	font-family:"PTSansNarrowRegular";
	color:#5ff5aa;
	direction: ltr;
	font-size:40px;
	margin-top:-200px;
}