div{   
}
body{
    background-color: black;
    background-image: url(imagens/fundo2.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#logo{
    background-image: url(imagens/img1.jpg);
    background-position: center center;
    width:100%;
    height:300px;
    float: left;
}
#ct1{
    width: 12.5%;
    height: 40px;
    float: left;
}
#inicio{
    width:12.5%;
    height:40px;
    float: left;
    text-align: center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#rock{
    width:12.5%;
    height:40px;
    float: left;
    text-align:center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#MPB{
    width:12.5%;
    height:40px;
    float: left;
    text-align:center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#reggae{
    width:12.5%;
    height:40px;
    float: left;
    text-align:center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#top_10{
    width:12.5%;
    height:40px;
    float: left;
    text-align:center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#contato{
    width:12..%;
    height:40px;
    float: left;
    text-align:center;
    font-size: 30px;
    color: white;
    text-decoration: blink;
    font-style: oblique;
}
#ct2{
    width: 12.5%;
    height: 40px;
    float: left;
}
#lateral1{
    width:20%;
    height: 1px;
    float: left;
}
#lateral2{
    padding: 40px; 
    width:55%;
    float: left;
    background-color: white;
    text-align: justify;
    font-size: 20px;
}
#lateral3{
    width:20%;
    height: 1px;
    float: left;
}
#rodape{
    width:100%;
    height:30px;
    float: left;
    background-color: black;
    text-align:center;
    font-size: 20px;
    color: white;
}