
body {
	margin: 70px 0 0;
	background: white;
	color: #FFF;
	font: normal 1.2em sans-serif;
	font-family: lettera, helvetica, sans-serif;
}

@import url('../css/normalize.css')

@font-face {
	font-family: 'lettera';
	src: url('../font/lettera.eot');
	src: url('../font/lettera-0.eot#iefix') format('embedded-opentype'),
	src: url('../font/lettera.woff') format('woff'),
	src: url('../font/lettera.ttf') format('truetype'),
	src: url('../font/lettera.svg') format('svg');
}



#container {
	z-index: 1;
	width: 100%;
	clear: both;
	border: none;
	background: white;
}

.opening {
	font-family: lettera, helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 100;	
	color: #454545;
	width: 50%;
	height: 100%;
	padding: 150px 0;
	margin: auto;
}


.text {
	height: 117px;
	width: 80px;
	margin: auto;
	text-align: center;
	position: fixed;
	z-index: 40;
	background: tomato;
	padding-top: 8px;
	top: 0;
	letter-spacing: 1px;
}

.wrapper {
	margin: auto;
	width: 100%;

	position: fixed;
	top: 0;
}

.bars {
	position: static;
	top: 0;
	width: 100%;
	height: 13px;
	background-color: black;
	margin-bottom: 3px;
	z-index: 20;

}

.graphics {
	position: static;
	width: 700px;
	z-index: 10;
	margin: auto;
}

.text2 {
	text-align: center;
	position: static;
	color: black;
	color: tomato;
	letter-spacing: 1px;
	z-index: 50;
}

.text2 a {
	text-decoration: none;
	color: tomato;
}
	



