/* Sight for TypeCon - Generic CSS */


/*** Generic Colours & Styles ***/

body {
	color: #333333;
	font-family: "ars-maquette-web-1","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	background-color: #1e1e1e;
	background-position: left top;
	background-size: 100%;
	padding: 24px 0;
	}

a {
	color: #999999;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

.header {
	height: 200px;
	overflow: hidden;
	}
