/*
** W3C CSS Level 2 Valid Document 
** Lynx Webdesign Intro
*/
html,body
{
margin:0px;
color:#999;
background-color:#fff;
font-size:10px; 
font-family:Verdana, Arial, Helvetica, Sans-Serif;
}
#centro
{
position:absolute;
width:400px;
height:200px;
top:50%;
left:50%;
margin-top:-100px;
margin-left:-200px;
text-align:center;
}
img
{
border:0;
}
a{
font-weight:bold;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
a:visited,a:link{
color:#999;
background: #fff;
}