body{

}
#main{
	background-color: darkgrey;
}

#cube1{
	background-color: blue;
	width: 300px;
	height: 300px;
	border: grey 3px solid;
}
#cube2{
	background-color: yellow;
	width: 300px;
	height: 300px;
	border: grey 3px solid;
	
}
.center{
	background-color: white;
	width: 50px;
	height: 50px;
	display: inline-block;
}
.noir1{
	background-color: black;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
}
.noir2{
	background-color: black;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
}
.noir3{
	background-color: black;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
}
.noir4{
	background-color: black;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
}