@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;	
}

#acimaesquerda{
	cursor:pointer;
	border:2px;
	border-color:#000;
	background-color:#096;
	float:left;
	width:50%;
	height:300px;	
}

#acimadireita{
	cursor:pointer;
	border:2px;
	border-color:#000;
	background-color:#F00;
	float:left;
	width:50%;
	height:300px;	
}

#abaixoesquerda{
	cursor:pointer;
	border:2px;
	border-color:#000;
	background-color:#FF0;
	float:left;
	width:50%;
	height:300px;	
}

#abaixodireita{
	cursor:pointer;
	border:2px;
	border-color:#000;
	background-color:#00F;
	float:left;
	width:50%;
	height:300px;
}

#rodape{
	width:100%;
	height:300px;
	background-color:#999;
	float:left;
	animation:cubic-bezier(x1,y1,x2,y2);
}