@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

body {
	font-family: Open Sans;
	font-size: 200%;
	line-height: 1.1em;
}

.discreet {
	color: #bbb;
}

#container {
	width: 800px;
	max-width: 90%;
	margin: 10% auto;
	text-align: center;
}

#logo {
	width: 100%;
	max-width: 215px;
}

#contents {
	text-align: center;
}

a {
	text-decoration: none;
	color: #3c5a99;
}

#fblogo {
	height: 0.9em;
	vertical-align: baseline;
	margin-right: 0.1em;
}