body {
	width: 960px;
	margin: 2em auto;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
section {	
	padding: 2rem;
	border: 1px solid #ccc;
	margin: 4rem 0;
	background-color: #fff;
	position:relative;
}

aside {
	font-size: 24px;
	font-family: Georgia, Serif;
	font-style: italic;
	background-color: #aaa;
	color: #fff;
	padding: 1.5rem;
	width: 15rem;
	position:relative;
}

aside#one {
	float:right;
}

aside#two {
	position:absolute;
/*	right:226px;
	bottom:-311px;*/
	right:10px;
	bottom:10px;
}

aside#three {
	color:green;
	position:fixed;
	top:10px;
	right:10px;
}

aside#four {
	background-color:red;
	z-index:100;
	right:330px;
	bottom:230px;
}

section aside#five {
	background-color:black;
	right:320px;
	bottom:220px;
}

aside#four, aside#five {
	position:absolute;
}