body {
background-color: #000;
margin: auto;
/*background-image: url(images/basehome3.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;*/
text-align: center;
}
html>body #container {
/*margin: -224px 0px 0px -385px;*/
} 
#container {

/*position:absolute;*/
	width: 770px;

	/*display: inline;*/
  /*margin: -210px 0px 0px -385px; 
   left: 50%;
  top: 50%;
  text-align: left;*/
/*overflow: auto;*/
}


#navcontainer
{
margin: 0px;
padding: 0;
height: 20px;
font:14px  "Trebuchet MS", verdana, sans-serif;
width: 100%;
list-style-type: none;
/*background: #860909;*/
border-bottom: 2px #fdc169 solid;
/*background-image: url(images/backmenu.jpg);*/
}


#navlist li
{

float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
margin-left: 28px;}

#navlist li a, #navlist li a:link
{
/*background: #860909;*/
color: #fff4ab;
text-decoration: none;
padding: 0px 5px 0px 5px;
display: block;
/*text-transform: uppercase;*/
}


#navlist li a:hover
{
color: #f8b04c;
cursor: pointer;
/*background: #860909;*/
border-bottom: 1px #f8b04c dotted;}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 2px solid #999;
}

#navlist li a#current:hover
{

background: #eee;
}


#centro{
width: 770px;
/*height:378px;*/
margin: auto;}

#footer {
border-top: 1px #fdc169 solid;
	clear: both;
	height: 30px;
	width: 770px;
/*	background: #860909;*/
	text-align: center;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 0.7em;
	color: #e7e090;
/*	background-image: url(images/backfooter.jpg);*/

}

#footer a {

	color: #f4f1ae;
	text-decoration: none;
}
#footer p {
color: #f4f1ae;
vertical-align: baseline;
padding-top: 1em;}