 *{
	margin: 0px;
	padding: 0px;
	border: 0px;
 }
 body {
	margin: 0px;
	padding: 0px;
background-color:#00CC33;
background-image:url(borda.png);
background-position: center;
background-repeat: repeat-y;

 }
 
 
#topo{
width: 800px;
height: 300px;
background-image:url(logo.jpg);
margin-left: auto;
margin-right: auto;

}

#menu {
display: table;
background-color: #7CFC00;
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;


}

#menu ul{
	list-style: none;


}

#menu ul li{
	display: inline;

}

#menu ul li a{
	font: 1.1em verdana;
	color: black;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
			height: auto;
}

#menu ul li a:hover{
	color: white;


}

.header_plan{
font-size: 30px;
margin-top: 20px;
font-family: arial;
font-weight: bold;

}

.corpo_plan{
font-size: 23px;
font-family: arial;
font-weight: bold;

}

.qtd_planos{
font-size: 25px;
font-family: arial;
font-weight: bold;
}

#planos_as {
text-decoration: none;
width: 200px;
height: 200px;
background-image:url(plano_a.png);
color: white;
float: left;
}

#img_dos_planos{
width: 610px;
height:400px;
margin-left:auto;
margin-right: auto;
}

#planos_as:hover{
width: 200px;
height: 200px;
color: black;
background-image:url(plano_b.png);
}

