@charset "utf-8";
/* CSS Document */

body {
	background-color: #efefef;
	
}

h1{
	z-index:2;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #a6a6a5;
	font-size: 25px;
	line-height:200%;
	float: left;
	
}


#superior {
	z-index:2;
	height: 60px;
}

#opcoes{
	z-index:2;
	float: right;
	position: relative;
	margin-top:35px;
	margin-right: 50px;
	
}
#quadro{
	z-index:2;
	width: 950px;
	height: 528px;
	
	margin:25px auto;
	
}

#painel{
	z-index:2;
	background-color: #FFFFFF;
	width: 895px;
	height: 528px;
	
	float: left;
	
	margin:0 auto;
	
	box-shadow: 5px 5px 15px #E8E8E8;
	-webkit-box-shadow: 5px 5px 15px #E8E8E8;
   	-moz-box-shadow: 5px 5px 15px #E8E8E8;;
	
}

#funcoes{
	z-index:2;
	width: 33px;
	float: left;
	position: relative;
	top: -530px;
	left: -65px;
}
#color{
	z-index:2;
	width: 33px;	
	float: right;
}

#cores2{
	z-index:2;
	margin-top: 95px;
}
#funcoes2{
	z-index:2;
	margin-top: 250px;
}

#novaFrase{
	z-index:2;
	float: right;
	position: relative;
	top: 35px;
	right: 50px;
}

#branco{
	z-index:2;
	display: none;
}


