/* CSS Document */
body {
	background: #131313;	
	font-family: 'Raleway';
}
header {
	position: relative;
	background: #fff;
	height: 80px;	
	top: 0;
	width: 100%;
	padding: 1em;
	z-index: 99;
}
header h1 {
		
}
section { 
	position: relative;
	
	margin: 0 auto;
	margin-top: 50px;
}
.basic {
	position: absolute;
	width: 1200px;
	height: 1200px;
	background: url(../_img/burnsBlack_1.gif) no-repeat;
	background-size: contain;
	left: calc(50% - 600px);
}
#div-01 {
/*	left: 10px;*/
/*	top: 10px;*/
	opacity: 0.3;
	/*background-color: #C1F8F0;*/
}
#div-02 {
/*	left: 50px;*/
/*	top: 50px;*/
	opacity: 0.3;
/*	background-color: #7FF1E0;*/
}
#div-03 {
/*	left: 100px;*/
/*	top: 100px;*/
	opacity: 0.3;
}
#div-04 {
/*	left: 500px;*/
/*	top: 10px;*/
	opacity: 0.3;
	/*background-color: #1FE7CA;*/
}
#div-05 {
/*	left: 300px;*/
/*	top: 500px;*/
	opacity: 0.3;
	/*background-color: #16D0B5;*/
}
#div-06 {
/*	left: 1000px;*/
/*	top: 200px;*/
	opacity:0.6;
/*	background-color: #12AF98;*/
}