* {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "HelveticaNeue", Helvetica, sans-serif;*/
}

html {
	width: 100%;
	height: 100%;
	
}

body {
	width: 100%;
	height: 100%;
	background: #f5f5f5 url('background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    background-attachment: fixed;
}

#container {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

div {
	font-weight: 100;
	padding: 15px 0px 15px 0px;
	text-align: left;
	color: rgba(0, 0, 0, .6);
	font-family: "HelveticaNeue-Regular", Helvetica, sans-serif;
}

#title {
	padding: 40px 0px 0px 0px;
	/*font-weight: 100;*/
}

#chapeau {
	font-size: 18pt;
	line-height: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	font-family: "HelveticaNeue", Helvetica, sans-serif;
}

#body {
	font-size: 12pt;
	line-height: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

#download {
	font-size: 12pt;
	line-height: 32px;
}

#screenshot {
	padding: 0px;
	height: 210px;
	width: 100%;
	background: transparent url('screenshot.png') no-repeat center center;
	-webkit-background-size: container;
	background-size: contain;
}

#tutorial {
	/*padding: 0px 0px 0px 0px;*/
	font-size: 12pt;
	line-height: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	
}

code {
    background-color: rgba(255, 255, 255, 0.35);
    font-family: 'Menlo', monospace;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 15px;
    /*border: 1px solid rgba(0, 0, 0, 0.35);*/
    color: rgba(0, 0, 0, .6);
}

a:link, a:visited {
	background-color: rgba(0, 0, 0, 0.35);
	padding: 5px 10px 6px 10px;
	border-radius: 4px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
}

a:hover {
	background-color: rgba(0, 0, 0, .6);
}

a:active {
	background-color: rgba(0, 0, 0, 1);
}