/* CSS Document */
html{
	background: #CCC;	
}

body{
	width: 90%;
	margin: 2em auto 0 auto;	
}

header, nav, section, footer{
	background: #999;
	min-height: 5em;
	margin-bottom: 1em;
	padding: 1em 0 0 2%;
}

nav, section{
	display: inline-block;
	width: 18%;
	margin-right: 2%;
	vertical-align: top;
	min-height: 15em;	
}
			
section{
	width: 75%;
	margin-right: 0;	
}

#special{
	font-size:.7em;
	position: absolute;
	bottom:0;
	right:0;
	width: 120px;
	height: 120px;
	background: url(../img/movearrow.png) no-repeat bottom right;
	background-size: 60%;
	padding-right: 2em;
	z-index: 100;
}