section#menuTop {
	font-size: 2em;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
	}
	
section#body>div.error {
	width: 70%;
	left: 15%;
	margin-top: 5%;
	text-align: center;
	background: #ccc;
	padding: 1em 0;
	font-size: 1.3em;
	position: absolute;
	}
	
	section#body>div.error>div.centre {
		margin-top: 1em;
		text-align: center;
		}
		
	section#body>div.error>div.double {
		margin-top: 2em;
		}
		
		section#body>div.error>div.centre>span {
			display: block;
			margin-bottom: .5em;
			}
	
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em 0;
	background: #888;
	color: #fff;
	text-align: center;
	font-size: 1em;
	}