a {
	color: inherit;
	text-decoration: none;
}

h1 {
  font-family: "tandelle-1","tandelle-2",sans-serif;
  color: #fffde6;
  font-size: 141px;
  text-align: center;
  margin-bottom: 20px;
 }

.ff2 h1, .ff3 h1, .ie h1, .opera h1 {
	background: url(fallback_h1.png) no-repeat scroll left top;
	border:medium none;
	height:130px;
	margin-bottom:20px;
	text-indent:-9999px;
	width:580px;
}

body {
  font-family: "helvetica",sans-serif;
  color: #fffde6;
  background-color: transparent;
  margin-top: 130px;
}

html {
	background-color: #bcd836;
	z-index: -3;
}

#main {
	width: 600px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width: 555px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
	background-color: #9FAF2E;
}

#mad_skilz {
	margin-top: 1em;
	color: #222;
	line-height: 1.5em;
}

#hire_button {
	font-family: "good-kitty-1","good-kitty-2",cursive;
	font-style: bold;
	font-size: x-large;
	text-align: left;
	padding-left: 30px;
	color: #E2380A;
	width: 630px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
	background-color: transparent;
	height: 50px;
	overflow: visible;
	z-index: 1;
}

#octo {
	background-image: url(octo.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	right: 30px;
	top: -130px;
	height: 187px;
	vertical-align: baseline;
	z-index: -2;
}

#contact_form {
	height: 187px;
	color: #333;
	line-height: 1.7em;
	font-size: 90%;
	padding: 15px;
}


#a:link{
	color: #E2380A;
}

a:visited{
	color: #E2380A;
}

a:focus{
	color: #9FAF2E;
}

a:hover{
	color: #fa0;
}

a:active{
	color: #9FAF2E;
}

label { 
display: block;
width: 90%;

}
input, textarea {
width: 100%;
margin-right: auto;
display: block;
}

#cmessage {
	height: 170px;
}

dl {
	display: block;
}

dt {
	display: block;
	padding-top: 14px;
}

dd {
	display: block;
	position: relative;
}

label.error {
color:#B9121B;
display:inline;
font-size:10px;
padding-left: 33px;
position:absolute;
text-align:right;
vertical-align:baseline;
top: -22px;
}

#button {
	bottom:7px;
	position:absolute;
}

.submit { 
width: auto;
border: 1px solid #000;
background: #bcd836;
font-family: "helvetica",sans-serif;
color: #000;
margin-top: 10px;
padding: 7px;
font-size: large;
}

.submit:focus{
	color: #9FAF2E;
	background-color: #fffde6;
}

.submit:hover{
	background-color: #000;
	color: #bcd836;
	
}

.submit:active{
	color: #9FAF2E;
}


