@charset "iso-8859-1";
/* CSS Document */

/*
## by Spott Studio - www.spottstudio.com
*/
@import url("reset.css");


/* -----------------------------
			HTML
----------------------------- */

*{
	margin:0;
	padding:0;
}

html, body {
	margin: 0;
	padding:0;
	color: #fff;
	height: 100%;
	background: #4c4c4d;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden; 
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
} 
 
html[xmlns] .clearfix { 
	display: block;
}
 
* html .clearfix {
	height: 1%; 
}

/* -----------------------------
			DIVs
----------------------------- */

div#container {
	position: fixed;
	width: 800px;
	text-align: center;
	left: 50%;
	top: 50%;
	height: 300px;
	margin-top: -200px;
	margin-left: -400px;
}

div#weare {
	text-align: center;

}

div#logos {
	margin-top: 50px;
	text-align: center;
}

div#logos ul {
	text-align: center;
}

div#logos ul li {
	margin: -5px 15px;
	position: relative;
	left: -5px;
	display: none;
}

div#logos ul li a {
	display: block;
}

div#landing-text {
	position: fixed;
	top: 50%;
	margin-top: 100px;
	text-align: center;
	width:800px;
	left: 50%;
	margin-left: -400px;
	font: 12px helvetica, arial, sans-serif;
	color: #ccc;
}