@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
}

#conteudo{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

