* {
	padding: 0px;
	margin: 0px;
}

body{
	background-color:#000;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.5em;
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	color: #b6c5c5;
	font-weight: normal;

}

.wrap{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

	
}

#sneaky{
	position:relative;
	top:580px;
	height:25px;
	width:auto;
	background-color: black;
}
	



p {

	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #505457;
    font-size: 14px;
    padding-top: 15px;
	
}

#header{
	height:30px;
	padding:10px;
	position: fixed;
	background-color: black;
	z-index:1000;

}

#about{
	height:700px;
	padding:20px;
	background-color: #15181c;
	padding-top: 20px;
	padding-bottom: 50px;
}

#archive{
	padding:20px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000;
	height:600px;



}

#showcase{
	height:700px;
	padding:20px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: black;

}

div.content {
	margin: auto;
	width: 1024px;
	height:900px;
	padding-top:100px;
}

div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.missing img {
	border-width: 0px;
}
div#unityPlayer {
	cursor: default;
	height: 576px;
	width: 1024px;
	border:1px solid #3c4b59;

}

.col1{
	float:left;
	width:50%;
	position: relative;
	padding-top: 50px;
	text-align:left;
}

.col2{
	position: relative;
	float:left;
	width:50%;
	padding-top: 50px;
	text-align:left;
}

.colContentL{padding-right:50px;}
.colContentR{padding-left:50px;}

.square{
	float:left;
	width:1024px;
	height:25px;
	margin:2px;
	background-color: #15181c;
	padding:20px;
	opacity:0.2;

}

.square:hover{
	opacity:1;
}

.title {
	
	text-align: left;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #b6c5c5;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}

.subTitle {
	
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #b6c5c5;
	font-weight: normal;
	padding-bottom:20px;
}

ul{
	list-style-type: none;
}

li{

	padding-top:20px;
	color:#505457
}
