html,body{
	width:100%;
	height: 444px;
	padding:0px;
	margin:0px;
}

#intro{
	width:400px;
	height:300px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -200px;
	z-index:2;
	color:#fff;
	text-align:center;
	font-family: 'Varela Round', sans-serif;
}
		
#bubbles{
	display:block;
	width:100%;
	height:100%;
	background:#000;
}

#bubbles.block{
	width:100%;
	height:320px;
	position: absolute;
	top:50%;
	margin-top:-160px;
}

.colpick{
	z-index: 999;
}

#color{
	cursor:pointer;
}