/* 
	screen.css
	Version 1.0 - 091014
*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	/* margin-bottom: 1px; */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
body {
	min-height: 300px;
	background-color: #f6f6f6;
}
.container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 100%;
	min-height: 500px;
	text-align: center;
	padding-top: 300px;
}
h1 {
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 20px;
	letter-spacing: .1em;
}
ul, p {
	font-size: .9em;
	line-height: 1.3;
}
ul, p.references {
	display: none;
}
ul li {
	list-style-type: none;
}
li {
	width: 200px;
	float: left;	
}
a {
	color: #8f8a8a;	text-decoration: none;
}
