* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #000 url(backdrop-wide.jpg) 50% 0 repeat;
}
.wrapper {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

h1 {
	position: relative;
	width: 300px;
	height: 55px;
	padding: 40px 0 0;
	color: #ffcafd;
	font: 1.2em georgia,serif;
	text-align: left;
	float: right;
	text-shadow: 0 0 3px #000;
	z-index: 10;
}
#logo {
	position: absolute;
	z-index: 5;
}
#pane {
	margin: 50px 0 0;
	width: 540px;
	height: 350px;
	text-indent: -500em;
	background: url(1.jpg) 0% 100% no-repeat;
	float: right;
	clear: right;
	z-index: 1;
}
#pane a {
	width: 540px;
	height: 300px;
	display: block;
}
p {
	position: relative;
	color: #ffcafd;
	font: 0.9em/1.3em georgia,serif;
	text-shadow: 0 0 3px #000;
	z-index: 10;
}
.clear {
	height: 90px;
	clear: both;
}
a {
	color: #ffcafd;
	outline: none;
}
span {
	margin: 13px 0 0;
	font: 1.3em/0.8em arial,sans-serif;
}
span a {
	color: #fff;
}
a img {
	border: 0;
}
.right {
	float: right;
}
.pad {
	margin: 0 40px;
}
.box {
	width: 258px;
	height: 171px;
	padding: 30px 20px;
	border: 1px solid #ed35d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}
.box a {
	position: relative;
	top: 25px;
	font-size: 1.5em;
	color: #fff;
	display: block;
}
.product {
	position: relative;
	z-index: 15;
}




/* ALTERATIONS */




.about {
	padding: 1em 0 0;
	clear: both;
}
.about p {
	padding: 1em 0;
	font-size: 1em;
}
.box {
	color: #000;
	text-shadow: none;
	background: #ed35d9;
}
.box a {
	padding: 0 0 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	border-bottom: 2px solid #000;
}
.box:hover a {
	color: #000;
}
.small {
	margin: 2em 0;
	color: #666;
	font: 0.8em arial,sans-serif !important;
	text-align: center;
}
.small a {
	color: #888;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000;
	border-bottom: 1px solid #666;
}


.successbox {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 400px;
	margin: 0 0 0 -200px;
	padding: 100px 50px;
	text-align: center;
	background: #ff76fa;
	color: #000;
	font: 2em arial,sans-serif;
	text-align: center;
	border: 2px solid #000;
}
.successbox span {
	font-size: 14px;
}
