
*{
	margin:0;
	padding:0;
}

body{
	color:#fff;
	font-family:Corbel,Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:10px;
	background-image:url('img/ChrismarkerCatStyle-2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:100%;

	
}

#rocket{
	width:388px;
	height:486px;
	background:url('img/GEEf&fr.png');
	margin:40px auto 50px;
	position:relative;
}

/*	Two steam classes. */

.steam1,
.steam2{
	position:absolute;
	bottom:78px;
	left:50px;
	width:80px;
	height:80px;
	background:url('img/guillaume.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:800px;
	height:50px;
	font-family:'Century Gothic',Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
	text-align:center;
}

h1{
	color:#000000;
	font-size:20px;
	text-shadow:3px 3px 0 #666666;
	white-space:nowrap;
}

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

/* Only Needed For The Demo Page */

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

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
}

a:hover{
	border-bottom:1px dashed transparent;
}