#corpo{
	width:755px;
	height:449px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-387px;
	margin-top:-224px;
	background-color:#EEECED;
	background-image:url(imagens/fundoPagina.jpg);
	background-repeat:no-repeat;
}

body{
	background:#002408;
}


*{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img{
	border:none;
}

#menu{
	position:absolute;
	bottom:55px;
	width:755px;
	height:27px;
	background:url(imagens/fundomenu.jpg);
	overflow:hidden;
}

#menu ul{
	margin-left:14px;
	*margin-left:7px;
	width:750px;
	float:left;
}

#menu li{
	display:inline;
	height:19px;
	float:left;
	padding:7px 3px 0 3px;
	border-left:solid 2px #cca145;
}

#menu a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
	font-family:"Times New Roman", Times, serif, Arial;
	letter-spacing:1px;
}

#menu a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	font-size:11px;
	font-family:"Times New Roman", Times, serif, Arial;
}

#pagina{
	position:absolute;
	width:403px;
	height:342px;
	top:5px;
	right:5px;
}
