html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }

body, html {
color:#dcd2c8;
overflow:hidden;
font-family:Helvetica, Arial;
font-size:9pt;
background:url(background.png) top left repeat #1e1914;
}

a {
color:#00ff9b;
}

strong {
font-weight:bold;
}

#back-soon {
color:#1e1914;
width:500px;
height:0;
position:absolute;
top:50%;
left:50%;
margin-top:-350px;
margin-left:-250px;
overflow:hidden;
padding-top:500px;
font-size:1px;
background:url(back-soon.png) center center no-repeat #1e1914;
}

#welcome-message {
cursor:default;
width:100%;
height:1em;
padding:2em 0;
top:-5em;
position:absolute;
text-align:center;
font-style:oblique;
border-bottom:1px solid #3c3228;
background-color:#1e1914;
}

	#welcome-message span {
	font-weight:bold;
	}

#contact-me {
cursor:pointer;
color:#1e1914;
width:500px;
height:0;
position:absolute;
bottom:0;
left:50%;
margin-left:-250px;
overflow:hidden;
padding-top:90px;
font-size:1px;
background:url(logo.png) bottom center no-repeat #1e1914;
}

#back-soon, #contact-me {
display:none;
}




#contact {
width:340px;
height:220px;
padding:19px;
overflow:hidden;
margin:auto auto;
text-shadow:1px 1px 0 black;
border:1px solid #3c3228;
background-color:#1e1914;
}

	#contact div {
	padding:3px;
	}
	
		#contact div h3 {
		color:#00ff9b;
		font-size:24pt;
		letter-spacing:-1px;
		font-family:Museo, Helvetica, Arial;
		line-height:1em;
		}
	
		#contact div p {
		line-height:1.6em;
		margin:0.5em 0 1em;
		}
	
	#contact span {
	height:0;
	clear:both;
	display:block;
	overflow:hidden;
	}

	#contact label {
	width:60px;
	padding:5px;
	float:left;
	font-weight:bold;
	vertical-align:top;
	display:inline-block;
	}
	
		#contact label.error {
		display:none;
		}
	
	#contact input, #contact textarea {
	float:right;
	color:#dcd2c8;
	width:250px;
	margin:0;
	padding:5px;
	border:1px solid #dcd2c8;
	background-color:#403b37;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	}
	
		#contact input.error, #contact textarea.error {
		color:white;
		border-color:red;
		background-color:#f14950;
		}
	
	#contact textarea {
	height:40px;
	}
	
	#contact input.button {
	color:#1e1914;
	width:auto;
	font-weight:bold;
	padding:5px 10px;
	border-color:#00ffd5;
	background-color:#00ff9b;
	text-shadow:1px 1px 0 #00ffd5;
	}

	



















#tooltip {
position:absolute;
padding:5px;
font-size:11px;
font-style:oblique;
background-repeat:no-repeat;
background-image:url(tipsy.gif);
}
 
	#tooltip div {
	color:#00ff9b;
	max-width:300px;
	text-align:center;
	padding:10px 20px;
	background-color:black;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	opacity:0.9;
	filter:alpha(opacity=90);
	}
	
	#tooltip.tipsy-north { background-position:top center; }
	#tooltip.tipsy-south { background-position:bottom center; }
	#tooltip.tipsy-east { background-position:right center; }
	#tooltip.tipsy-west { background-position:left center; }





