/* CSS Document */
body {
	background: #eee;	
	font-family: 'Raleway';
}
header {
	position: relative;
	background: #fff;
	height: 80px;	
	top: 0;
	width: 100%;
	padding: 1em;
	z-index: 99;
}
header h1 {
		
}
section { 
	position: relative;
	width: 680px;
	min-height: 400px;
	margin: 0 auto;
	margin-top: 80px;
}
.basic {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #4EECD5;
	left: calc(50% - 50px);
}
#div-01 {
/*	left: 10px;*/
/*	top: 10px;*/
	opacity: 0.9;
	background-color: #C1F8F0;
}
#div-02 {
/*	left: 50px;*/
/*	top: 50px;*/
	opacity: 0.7;
	background-color: #7FF1E0;
}
#div-03 {
/*	left: 100px;*/
/*	top: 100px;*/
	opacity: 0.6;
}
#div-04 {
/*	left: 500px;*/
/*	top: 10px;*/
	opacity: 0.5;
	background-color: #1FE7CA;
}
#div-05 {
/*	left: 300px;*/
/*	top: 500px;*/
	opacity: 0.4;
	background-color: #16D0B5;
}
#div-06 {
/*	left: 1000px;*/
/*	top: 200px;*/
	opacity:0.2;
	background-color: #12AF98;
}