* {
padding:0;
margin:0;
}

.container {
padding-top:50px;
padding-bottom:70px;
margin:0 auto;
text-align:center;
width:873px;
}

.logo {
	margin-bottom:80px;
}
.squid {
	float:right;	
	padding-top:20px;
	padding-right:20px;
}

p {
	text-align:left;	
	  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	  line-height:36px;
	  color:#666666;
	  margin-bottom:60px;
	  margin-top:50px;
	  font-size:18px;
}

.button {
line-height: 56px;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 0 30px;
  color: #b2b2b2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
  text-decoration:none;
  
}

.button:hover {
  color: #000;
  border-color: #000;	
}

.button.red {
  background: #ff6666;
  color: white;
  border-color: #ff6666;	
  margin-right:50px;
}

.button.red:hover {
  background: #df5b5b;
  color: white;
  border-color: #df5b5b;	
}