@charset "utf-8";

body
{
	 margin:0;	
	 background-color:#fff;
	 font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 background-image:url(../images/dest.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-cover:100%;
}
#wrapper {
	float: left;
	width: 100%;
	height: 595px;
	
}
.button
{
	position:absolute;
	top:87%;
	bottom:0%;
	right:8%;
}
.button a
{		
	font-size:15px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#F8F8F8;
}
.button a:hover
{
	text-decoration:none;
}