html, body, #page, #content
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	background: #a2badd;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	margin: 0;
}
object {
	display: block;
	outline: none;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}


.infos {
	text-align: center;
	font-style: italic;
	color: white;
	font-size: 1.5em;
	margin-top: 10px;
}