

*{
	margin:0;
	padding:0;
}

html{
	background:url('img/bg2_B_G.png')#0C0C0C ;
	background-repeat:repeat-x ;
	z-index:0;
	
	
	
	
	
	
	
	
	
	}
body{
	background:url('img/bg2_B.png') no-repeat center;
	color:#eee;
	font-family:Corbel,Arial,Helvetica,sans-serif;
	font-size:13px;
	padding-top:77px;
}

#rocket{
	width:275px;
	height:375px;
	
	margin:100px auto 50px;
	position:relative;
}

/*	Two steam classes. */

.steam1,
.steam2{
	position:absolute;
	bottom:78px;
	left:50px;
	width:80px;
	height:80px;
	background:url('img/steam.png') no-repeat;
	opacity:0.8;
}

.steam2{

   /*	.steam2 shows the bottom part (dark version)
	*	of the background image.
	*/

	background-position:left bottom;
}

hgroup{

	/* Using the HTML4 hgroup element */

	display:block;
	margin:80px auto;
	width:850px;
	font-family:'Century Gothic',Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
	text-align:center;
}

h1{
	color:#76D7FB;
	font-size:60px;
	text-shadow:3px 3px 0 #3D606D;
	white-space:nowrap;
}

h2{
	color:#9FE3FC;
	font-size:18px;
	font-weight:normal;
	padding:25px 0;
}

/* Only Needed For The Demo Page */

p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:0px;
	text-align:center;
	text-shadow:none;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	/*border-bottom:1px dotted #97cae6;*/
	color:#97cae6;
}

a:hover{
	/*border-bottom:1px dashed transparent;*/
}
#logo{
	position:relative;
	width:500px;
	height:auto;
	
	margin:10px 0 0 170px;
	
}
#logo a img{
	border:none;
	text-decoration:none;
	width:341px;
	height:auto;
}