* {
	outline: none;
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: none;
	cursor: default;
}

a:hover {
	cursor: pointer;
}

body {
	color: white;
	background-color: #1c1a1a;
}

html {
	overflow:hidden;
}

#container {
	height: 500px;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(images/banner.png);
	margin-left: -200px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	z-index: 1000;
	position: absolute;
	width: 400px;
}

#container h2 a {
	line-height: 1.00;
	z-index: 0;
	text-decoration: none;
	text-shadow: 0px 5px 1px rgba(0,0,0,.75);
	text-align: center;
	text-transform: uppercase;
	font-size: 2.9em;
	font-style: normal;
	font-weight: normal;
	font-family: '04b03b';
	display: block;
	color: #efde00;
	-webkit-transition: 0.15s ease-in-out;
}

#content {
	height: 400px;
	padding-bottom: 15px;
	background-color: black;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: relative;
	display: block;
	width: 400px;
	text-shadow: 0px 0px 1px #000200;
	line-height: 1.70;
	font-size: 10px;
}

#footer {
	z-index: 100;
	right: 15px;
	bottom: 10px;
	display: block;
	position: fixed;
}

#footer p {
	text-transform: uppercase;
	font-size: 32px;
	text-shadow: 0px 4px -1px black;
	color: #8a868c;
	font-style: normal;
	font-weight: normal;
	font-family: '04b03b';
}
#footer p a {
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: '04b03b';
	color: #efde00;
	-webkit-transition: 0.15s ease-in-out;
}

#footer p a:hover {
	color: white;
}

#content p {
	text-align: center;
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 15px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.70;
	font-size: 16px;
	font-family: '04b03b';
}

a.over:hover {
	opacity:0.75;
}

#content p.caps {
	text-align: center;
	font-size: 16px;
	color: #efde00;
	text-transform: uppercase;
}

#content p a {
	text-decoration: none;
	color: #ff4242;
	text-transform: uppercase;
/* 	-webkit-transition: 0.15s ease-in-out; */
}

#content p a:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content a.download {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #5bbbca;
	font-family: '04b03b';
}

#content a.download:hover {
	text-shadow: 0px 0px 0px;
	color: black;
	background-color: white;
}

p.thanks {
	top: 5px;
	position: relative;
	text-align: center;
	border-top-color: #efde00;
	border-top-style: double;
	border-top-width: 4px;
}

form {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 102px;
	height: 26px;
	position: relative;
	display: block;
}

input {
	-webkit-transition: 0.15s ease-in-out;
}

input:hover {
	cursor: pointer;
	opacity: 0.75;
}

a#banner {
	text-shadow: 0px 2px 1px #191919;
	z-index: 1010;
	left: 15px;
	top: 10px;
	display: block;
	position: fixed;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 16px;
	font-family: '04b03b';
	-webkit-transition: 0.15s ease-in-out;
}

a#banner:hover {
	color: #efde00;
}

h3 {
	text-shadow: 0px 0px 1px #191919;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	width: 400px;
	text-align: center;
	bottom: -25px;
	position: relative;
	display: block;
	font-family: '04b03b';
}

h3 a {
	text-decoration: none;
	color: #efde00;
}

h3 a:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

p.left {
	text-align: left !important;
}

