html, body{
	margin:0;
}
body{
	background:#000;
	color:#fff;
	font-family: helvetica, arial, sans-serif;
}

a img{
	border:none;
}

.container{
	width:1050px;
	margin:0 auto;
}

.header{
	height:50px;
	margin:0 0 20px;
}
	.logo{
		text-indent:-99999em;
		display:block;
		width:50px;
		height:50px;
		background:url(../images/evolvedprimate-logo.png) no-repeat 50% 50%;
	}
	
#wrapper{
}

	.brick{
		float:left;
		margin:3px 5px;
	}
		
		.brick a{
			display:block;
		}

		.brick img{
			opacity:.7;
			/* -webkit-transition: opacity 0.5s ease-out; */
		}
		
		.brick:hover img{
			opacity:1;
		}

.footer{
	margin:50px 0 80px;
	padding:10px 0 0;
	border-top:1px solid #222;
	clear:both;
	color:#333;
	font-size:0.8em;
}
	.footer ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	
		.footer li{
			margin:0 1em 0 0;
			padding:0 0 0 1em;
			border-left:1px solid #333;
			display:block;
			float:left;
		}
		
			.footer li:first-child{
				margin-left:0;
				padding-left:0;
				border:0;
			}
		
	.footer a{
		color:#333;
		text-decoration:none;
		-webkit-transition: color 1s ease-out;
	}
	
	.footer a:hover{
		color:#fff;
	}