@charset "UTF-8";
body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#folha {
	margin: auto;
	height: 745px;
	width: 933px;
	background-image: url(../img/folha.png);
	background-repeat: no-repeat;
}
#linha {
	float: left;
	width: 100%;
	height: 5px;
	background-image: url(../img/linha.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#corpo {
	float: left;
	width: 870px;
	height: 510px;
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/websiteemdesenvolvimento.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px dotted #000;
}
.logo {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.todososdireitosreservados {
	margin-top: 10px;
}
	
