/** CSS RESET **/
* {
margin:0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: Trebuchet MS;
color: #444;
}

body {
text-align: center;
padding-top: 10px;
font-size: 13px;
}

a {
color: #56479c;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

img {
border: none;
}

#content {

}

#preto {
padding: 15px;
padding-top: 19px;

}


#links {
max-width: 400px;
height: 37px;
margin-top: 8px;
margin-left: 3px;
text-align: center;
margin: auto;
}


#links ul { list-style: none; }
#links ul li { float: left; }
#links ul li a { display: block; height: 30px; margin-right: 7px; }
#links ul li a:hover { background-position: 0 -30px; }

a#orkut { background: url("../imagens/links_orkut.gif") no-repeat; width: 57px; margin-left: 0; }
a#fotolog { background: url("../imagens/links_fotolog.gif") no-repeat; width: 75px; }
a#myspace { Background: url("../imagens/links_myspace.gif") no-repeat; width: 73px; }
a#youtube { background: url("../imagens/links_youtube.gif") no-repeat; width: 57px; }
a#twitter { background: url("imagens/links_twitter.gif") no-repeat; width: 103px; }
a#mp3 { background: url("../imagens/links_mp3.gif") no-repeat; width: 31px; }

object {
border: 4px solid #000;
padding: 8px;
}