body{
	background: url(../img/bg404.jpg);	
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#53778f;
	text-align:center;
}
section#notfound{
	width:988px;
	height:100%;
	margin:auto;
	padding:69px 0 0 0;
	/*border:1px solid red;*/
}
h1{
	width:985px;
	height:62px;
	background: url(../img/title-404.png);
	text-indent:-9999px;
	
}

#graphics{
	margin:auto;
	width:630px;
	height:392px;
	padding:35px 0 0 0;
}
		
#fire{
	width:628px;
	height:336px;
	background: url(../img/bg-fire-drops.png);
}
#black-hole{
	width:313px;
	height:156px;
	background: url(../img/bg-black-hole.png);
	position:absolute;	
	top:68px;
	left:161px;
}
#space-ship{
	width:357px;
	height:110px;
	background: url(../img/bg-space-ship.png);
	position:absolute;
	top:37px;
	left:0px;
}
a#dialog{
	width:277px;
	height:160px;
	background: url(../img/bg-dialog.png);
	position:absolute;	
	/*top:141px;
	left:254px;*/
	top:-71px;
	left:-131px;
	display:block;
	cursor:pointer;
}

footer{
	width: 100%;
	height:435px;	
}
footer p{
	font-size:16px;
	color:#ffffff;
	text-align: center;
	width:836px;
	margin:auto;
	padding:44px 0px 43px 0;
}
footer .wrapper-sitemap{
	width:922px;
	height:190px;
	background: url(../img/bg-sitemap.png);
	margin:auto;
}

footer ul.sitemap{
	width:854px; 
	height:14px; 
	margin:auto;
	padding:60px 0 0 0; 
	text-align:left;	
}
footer ul.sitemap li{
	font-size:13px; 
	color:#ffffff; 
	display:block; 
	float:left; 
	padding:0 0px 0 10px;
	background: url(../img/bullets-footer-top.gif) no-repeat;	
}
footer ul.sitemap li ul{
	position:absolute;
	margin:0;
	padding:0;
}

footer ul.sitemap li ul li{
	background: none;
	float:none;
	padding:0px;
}

footer ul.sitemap li ul li a{
	color:#3d4e5a;
	font-size: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

footer ul.sitemap li ul li:last-child{
	padding: 0px;
}

footer ul.sitemap li a{
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
	display:block;	
	height:15px;
	line-height:13px;
}

footer ul.sitemap li.one{
	background-position: 0 6px;
	width:65px;
}
footer ul li.one a:hover{
	color:#9b1a03;
}
footer ul.sitemap li.two{
	background-position: 0 -60px;
	width:128px;
}
footer ul.sitemap li.two a:hover{
	color:#c32104;
}
footer ul.sitemap li.three{
	background-position: 0 -128px;
	width:181px;
}
footer ul.sitemap li.three a:hover{
	color:#ff670e;
}
footer ul.sitemap li.four{
	background-position: 0 -216px;
	width:190px;
}
footer ul.sitemap li.four a:hover{
	color:#ff8c0a;
}
footer ul.sitemap li.five{
	background-position: 0 -377px;
	width:128px;
}
footer ul.sitemap li.five a:hover{
	color:#ffc405;
}
footer ul.sitemap li.six{
	background-position: 0 -504px;
}
footer ul.sitemap li.six a:hover{
	color:#ffd653;
}
footer ul.sitemap li:last-child{
	padding:0 0px 0 10px;
}
