body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}



img {
	border: none;
}




#wrapper {
  display:     block;
  border: 	none;
  width:       900px;
  height: 500px;

  position:    absolute;
  top:         50%;
  left:        50%;

  margin:      -220px 0 0 -450px;

}


#logo {
  border: 		none;
  width:       200px;
  height: 150px;
  position:    absolute;
  top:         -80px;
  left:        5px;
  background-image: url(images/logo.png);
}


#header {
  border: 	none;
  width:       200px;
  height: 150px;
  position:    relative;
  float: right;
  top: -80px;
  z-index: 999;
}


#Box_Liquido {
  border: 	none;
  width:       900px;
  height: 450px;
  position:    relative;
}




#Box_Liquido_footer {
	position: relative;
	width: 900px;
	height: 30px;
	color: #FFFFFF;
	top: 20px;
	text-align: right;
	padding-right: 15px;
	}
	

#Box_Liquido_footer a {
	font-size: 11px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

#Box_Liquido_footer a:visited { color: #404040; }  /* visited link */

#Box_Liquido_footer a:hover { color: #404040; 
text-decoration: none; }  /* mouse over link */



