html,
body {
	padding:0;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	min-height:100%;
	position:relative;
}


#content {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#content:after{
		    content:".";
		    display:block;
		    clear:both;
		    visibility:hidden;
		    height:0;
		    overflow:hidden;
}
#frase {
	height: 29px;
	width: auto;
	text-align: center;
	background-color: #347d1e;
}
#divcenter {
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding-top: 20px;
}
#continterno {
	width: auto;
	text-align: center;
	background-image: url(img/bg-repete.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


form {
	margin: 0px;
}
.pontoshorizontais {
	background-image: url(img/separador-hori-azul.png);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	clear: both;
	height: 1px;
	margin-bottom: 5px;
}
.pontinhosverticais {
	background-image: url(img/separador-vert-azul.png);
	background-repeat: repeat-y;
	background-position: center;
}

.box {
	background-color: #f0f9ff;
	border: 1px solid #ced3e1;
}
.botao{
font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #123651;
	background-color: #006699;

}
.fone {
	font-size: 20px;
	color: #88A39A;
}

