html { 
	background: #000 url('bg-splash0.jpg') no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	height: 100%;
	margin: 0;
}

#signup {
	background: url('white-trans.png') repeat;
	border-radius: 7px;
	-moz-border-radius: 7px;
	bottom: 2%;
	display: block;
	float: right;
	padding: 5px;
	position: absolute;
	right: 2%;
}

#social {
	display: block;
	text-align: right;
	margin: 2% auto;
	width: 96%;
}

#twitter {
	display: inline;
	float: right;
	margin: 0 0 0 20px;
}

#facebook {
	display: inline;
	float: right;
	margin: 0 0 0 20px;
}

.custom #optin input {
  width: 180px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 10px auto;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #ddd;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #ddd;
}

@media screen and (max-width: 500px) {

	html {
		background-size: 640px 600px;
	}
	
	#social {
		margin: 34% 0 0;
		right: 0;
		width: 100%;
		min-width: 400px !important;
	}
	
	#twitter {
		display: block;
	}
	
	#facebook {
		display: block;
		margin: 0 0 20px;
	}
	
	#signup {
		background: none;
		display: block;
		height: auto;
		margin: 0 auto;
		position: absolute;
		right: auto;
		text-align: center;
		top: 62%;
		width: 100%;
	}
}