#box1, #box2, #box3, #box4 {
	padding: 8px;
	height: 200px;
	width: 260px;
	float: left;
	position: relative;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}


#box1 a, #box2 a, #box3 a, #box4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover {
		
	text-decoration: underline;
	
}


#box2 {
	background-image: url(../imagens/pistas/box2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#box1 {
	background-image: url(../imagens/pistas/box1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#box3 {
	background-image: url(../imagens/pistas/box3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#box4 {
	background-image: url(../imagens/pistas/box4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
