body {
	background: #001925 url(../images/moon.jpg) 100% 0 no-repeat scroll;
}
.wrapper {
	background: url(../images/moon-stem.gif) 163px 333px no-repeat;
}
.logo {
	background: url(../images/moon-logo.gif) no-repeat;
}
.content {
	padding: 360px 0 0 240px;
}
h1, h2, h3, .title {
	color: #5d94ba;
	text-transform: none;
}
.title {
	color: #fff;
}
p {
	color: #5d94ba;
}
.navcontainer {
	background: url(../images/moon-bird-of-paradise.gif) no-repeat;
}
.stars {
	position: absolute;
	left: -10px;
	top: 210px;
	width: 48px;
	height: 72px;
	background: url(../images/stars.gif) no-repeat;
}
.one {
	position: absolute;
	right: 396px;
	top: 79px;
	width: 76px;
	height: 76px;
	background: url(../images/1.png) 50% 50% no-repeat;
}
.two {
	position: absolute;
	right: 398px;
	top: 205px;
	width: 76px;
	height: 76px;
	background: url(../images/2.png) 50% 50% no-repeat;
}
.three {
	position: absolute;
	right: 342px;
	top: 326px;
	width: 76px;
	height: 76px;
	background: url(../images/3.png) 50% 50% no-repeat;
}
.four {
	position: absolute;
	right: 221px;
	top: 405px;
	width: 76px;
	height: 76px;
	background: url(../images/4.png) 50% 50% no-repeat;
}
.five {
	position: absolute;
	right: 75px;
	top: 414px;
	width: 76px;
	height: 76px;
	background: url(../images/5.png) 50% 50% no-repeat;
}
#cover {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	display: none;
}
#projectcontent {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10;
	display: none;
}
.link {
	position: absolute;
	z-index: 10;
}
.link a {
	width: 76px;
	height: 76px;
	border: 0;
	display: block;
}
.copyright {
	color: #074770;
}
a {
	border-bottom: 0;
}