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;
}

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

#one {
	float:right;
}

#two {
	position:absolute;
	left:921px;
	top:847px;
}

#three {
	position:fixed;
	top:0px;
	right:0px;
	background-color:green;
}

#four {
	display:block;
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	margin:auto;
	background-color:red;
	z-index:2;
	height:10.25rem;
	width:15rem;

}

#five {
	display:block;
	top:10px;
	right:0;
	bottom:0;
	left:10px;
	position:absolute;
	margin:auto;
	background-color:black;
	z-index:1;
	height:10.25rem;
	width:15rem;
}

#bleh {
	position:relative;
}


