
*::selection {
	background: white;
}

body {
	background:/*url('bg.jpg')*/ no-repeat black;
	background-position: center top;
}

#starfield {
	position:fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

#container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#logo {
	display:block;
	width: 326 px;
	margin: 0 auto;
}

.test {
	width: 460px;
	margin: 60px auto 0 auto;
	padding: 50px 50px 50px 50px;
	color: white;
	font-family: "PT Serif", Georgia, serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.9em;
	text-shadow: 0px 1px 2px #ebbbf9;
	
	background-color: rgba(170,86,255,0.3);
}

	.test img {
		width: 460px;
	}

.project {
	padding: 20px 50px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#project1 {
	width: 526px;
	margin-left: -313px;
}

.project.in-view {
	-webkit-transform: scale3d(1,1,1);
	opacity: 1;
}

.project.in-front {
	-webkit-transform: scale3d(3,3,3);
	opacity: 0;
}

.project.behind {
	-webkit-transform: scale3d(0.3,0.3,0.3);
	opacity: 0;
}

#container a {
	font-family: 'PT Serif', Georgia, serif;
	font-size: 1.3em;
	display:block;
	position:fixed;
	top: 100px;
	color:white;
	text-decoration:none;
}

#container a#enter {
	display:inline;
	position:static;
	color:white;
	font-size:1.2em;
	width: 100%;
	display:block;
	text-align:center;
	text-decoration: underline;
}

#containter a.older {
	left: 0px;
}

#container a.newer {
	right: 50%;
	margin-right: -480px;
}

.project h1, .project h2 {
	font-weight: normal;
}

.project p {
	line-height: 1.5em;
}

a#inline {
	display:inline;
	position:static;
	font-size: 1em;
	text-decoration:underline;
}