body {
    background: #d9d6cf url("../pic/bg.jpg") repeat left top;
    color: #DDDDDD;
}

.logo {
	background: url("../pic/logo.png") no-repeat center top;
	width:600px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -300px;
}

.gray {
	position:absolute;
	background: url("../pic/gray.png") no-repeat left top;
	width:367px;
	height:942px;
	display:block;
	left:0;
	top:-200px;
	z-index:-1;
}


#rocket{
	width:275px;
	height:375px;
	background:url('../pic/rocket.png') no-repeat;
	margin:140px auto 00px;
	position:relative;
}

/*	Two steam classes. */

.steam1,
.steam2{
	position:absolute;
	bottom:78px;
	left:50px;
	width:80px;
	height:80px;
	background:url('../pic/steam.png') no-repeat;
	opacity:0.8;
}

.steams1{
	position:absolute;
	bottom:290px;
	left:80px;
	width:20px;
	height:20px;
	background:url('../pic/steam_s.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:0 auto;
	width:850px;
	font-family:'Century Gothic',Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
	text-align:center;
}
