body{
padding:0px;
margin:0px;
background-color:#0f2d46;
background-image:url(../imagens/bg_site.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#ffffff;
}
html {
	height: 100%;
	width:100%;
}

a{
	color:#690156;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

* html body {
	height: 100%;
	width:100%;
}

#corpo{
	margin:0 auto;
	text-align:center;
	width:200px;
	margin-top:100px;
}

#logo, #texto{
	padding-bottom:15px;
	text-align:center;
	width:200px;
}

#texto{
	padding-bottom:0px;
}



