@charset "utf-8";
/* CSS Document */


body	{
	background: #1c1c1c url('../img/bodyBg.png') repeat;
	background-attachment:fixed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Kunstler Script, Monotype Corsiva, georgia, Freestyle Script;
	font-size: 11px;
	text-align: center;
}
div 	{
	width: 640px;
	margin: 100px auto;
	background: #1c1c1c;
	padding: 30px 50px;
	
	opacity:0.7;
filter:alpha(opacity=70);
border: 1px solid #3f3f3f;
}
h1	{
	font-size: 4em;
	font-weight: normal;
}
h2	{
	font-size: 3em;
	margin-top: 50px;
	font-weight: normal;
}
p	{
	font-family: verdana;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;		
}
p.commingsoon	{
	
	display: inline-block;
	padding: 20px;
	font-size: 1.3em;
	width: 400px;

}





