body {
	background:#000;
	overflow:hidden;
}

#header {
	z-index:2;
}

#star {
	background:url(/f/i/night-star-bg.png) !important;
	width:62px;
	height:62px;
}

#star-inner {
	position:absolute;
	width:62px;
	height:62px;
	z-index:11;
	overflow:hidden;
}

#star-inner ins {
	display:block;
	width:124px;
	height:62px;
	background:url(/f/i/night-star-inner.png);
	position:relative;
}

#star-inner:hover ins,
#star-inner.clicked ins {
	left:-62px;
}

#star-inner.fixed {
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-31px;
}

#content {
	width:120%;
	margin-left:-13%;
}

#night-sky {
	position:relative;
	width:2552px;
}

#night-sky .sky {
	position:absolute;
	top:-13em;
}

#night-sky .wl {
	float:left;
	clear:left;
	height:4em;
}

#night-sky .wr {
	float:right;
	clear:right;
	height:4em;
}

#night-sky .clients {
	position:relative;
	line-height:4;
	width:200em;
	-webkit-transform-origin:0% 0%;
	/* -webkit-transform:scale(0.3); */
	text-align:center;
	top:-40px;
}

#night-sky .clients em {
	color:#fc7828;
	position:relative;
	text-decoration:none;
	white-space:nowrap;
	display:inline-block;
	font-style:normal;
}

#night-sky .clients em span {
	position:relative;
	left:0;
	z-index:2;
}

#night-sky .clients img {
	position:absolute;
	left:-15px;
	top:-15px;	
}

#telescope {
	position:fixed;
	bottom:0;
	left:0;
	z-index:10;
	cursor:pointer;
	width:113px;
	height:143px;
}

#telescope .base {
	width:100%;
	height:100%;
	background:url(/f/i/telescope-small.png);
	position:relative;
	z-index:2;
}

#telescope .lens {
	position:absolute;
	width:50px;
	height:50px;
	overflow:hidden;
	top:19px;
	left:71px;
}

#telescope .lens-opened {
	top: 9px;
	left: 90px;
}

#telescope .lens ins {
	display:block;
	width:100px;
	height:200px;
	background:url(/f/i/telescope-small.png);
	top:-150px;
	position:relative;
}

#telescope .lens-closed ins {
	left:-50px;
}

#nav li.selected {
	color:#fff;
}

#footer {
	display:none;
}

.effect-star-halo {
	position:absolute;
	width:111px;
	height:97px;
	background:url(/f/i/effects/star-halo.png);
	margin:-24px 0 0 -24px;
}
