/****************** HTML ******************/
*							{font-family : Verdana, Helvetica, Arial, sans-serif; font-size:11px; margin:0; padding:0;}
body						{background:url('../img/bg.gif') #000;color:#fff;}
img							{border:0;}

/****************** SOON *****************/

#header						{background:#000;text-align:center;padding:15px 0;}
#header	#logo				{position:absolute;left:20px;top:15px;display:block;width:108px;height:27px;background:url('../img/logo.jpg');text-indent:-9999px;}
#header	#contact			{display:block;width:412px;height:27px;background:url('../img/contact.jpg');margin:0 auto;text-indent:-9999px;}
#hello						{position:absolute;left:20px;top:100px;width:426px;height:304px;background:url('../img/hello.png');}		


/****************** CONTACT *****************/
#contactForm				{margin:15px;}
form#contactForm input, textarea {background:#000;width:325px;padding:5px;border:1px solid #222;color:#eee;color:#ccc;margin-bottom:10px;margin-top:2px;}
form#contactForm input:focus, textarea:focus {background:#EEFD03;color:#000;width:325px;padding:5px;border:1px solid #000;margin-bottom:10px;margin-top:2px;}


form#contactForm .submit {
	background: #000;
	width:325px;
	padding:5px;
	border:1px solid #333;
	cursor:pointer;
	color:#EEFD03;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:10px;
}

#contactForm .red {
	color:#EEFD03;
}

#overlay {
	background:#666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}

#contactform .error { background:#333;}

#callback {
	color:#EEFD03;
	margin:100px auto;	
	display:none;
}

.holder {
	margin:0 auto;
	padding-top:20px;	
}	
	