@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../imagens/bg.jpg);
}

#container{
	margin:0 auto;
}

#corpo{
	width:900px;
	margin:0 auto;
}

#header{
	width:945px;
	height:252px;
	margin:0 auto;

}

#content{
	width:903px;
	height:500px;
	margin:0 auto;
	background:url(../imagens/miolo.jpg);
}

#rodape{
	width:900px;
	height:78px;
	margin:0 auto;
}

.p{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:550;
	color:#041B56;
	padding:0 0 0 70px;
	list-style-type:none;
	text-decoration:none;
}