/** 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 {

}

#roxo {
background-color: #56479c;
padding: 15px;
padding-top: 19px;
}


#links {
max-width: 880px;
height: 37px;
margin: auto;
padding-top: 10px;
background: url("imagens/links.gif") repeat-X;
}

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

a#sambaclub { background: url("imagens/sambaclub.gif") no-repeat; width: 120px; margin-top: -4px; }
a#orkut { background: url("imagens/orkut.gif") no-repeat; width: 74px; margin-left: 0; }
a#flickr { background: url("imagens/flickr.gif") no-repeat; width: 95px; margin-left: 0; }
a#fotolog { background: url("imagens/fotolog.gif") no-repeat; width: 124px; }
a#myspace { Background: url("imagens/myspace.gif") no-repeat; width: 113px; }
a#youtube { background: url("imagens/youtube.gif") no-repeat; width: 74px; }
a#twitter { background: url("imagens/twitter.gif") no-repeat; width: 115px; }