#skinzee {
	position: relative;
	margin-bottom: -40px;
	min-width: 980px;
	width: 100%;
	height: 1240px;
	background: #000 url('../img/skinzee_background.jpg') no-repeat 0 0;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.text-container {
	position: absolute;
	top: 17.75%;
	right: 35%;
	width: 620px;
	height: 220px;
}

.text-container > div, .text-container > a {
	float: right;
}

.logo-container {
	margin-bottom: 20px;
}

.details-container {
	margin-bottom: 17px;
}

.shop-button-container {
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	     -o-transition: all 0.5s ease-out;
	        transition: all 0.5s ease-out;
}

.shop-button-container:hover {
	left: -20px;
}

#footer {
	position: relative;
	background: transparent;
	background-color: transparent;
}