body {
    background-color: black;
    color: white;
    overflow: hidden;
}

div {
    }

#r1 {
    width: 150px;
    left: 255px;
    position: absolute;
}

#r2 {
    width: 150px;
    top: 50px;
    left: 95px;
    position: absolute;
}

#r3 {
    bottom: 170px;
    right: 0;
    background-color: black;
    width: 630px;
    text-align: right;
    position: absolute;
}

#r4 {
    width: 150px;
    right: 178px;
    position: absolute;
    text-align: right;
}

#r5 {
    right: 154px;
    height: 100px;
    width: 400px;
    top: 80px;
    background-color: black;
    position: absolute;
}

#r6 {
    top: 350px;
    position: absolute;
}

#fondo1 {
    background-color: white;
    width: 500px;
    height: 500px;
    top: 50px;
    right: 200px;
    position: absolute;
}

#fondo2 {
    background-color: white;
    width: 561px;
    height: 18px;
    bottom: 97px;
    left: 13px;
    position: absolute;
}

#titulo1 {
    background-color: red;    
    bottom: 162px;
    right: 70px;
    position: absolute;
}
  
#link {
    position: absolute;
    bottom: 12px;
    left: 69px;
    bottom: 40px;
    /*width: 67px;*/
    text-align: center;    
}

#link span {
    margin-left: 5px;
    float: right;
}

.lc {
    background-color: white;
    color: black;
}

a:link, a:active, a:visited
{
    text-decoration: none;
    color: red;
}
a:hover
{
    text-decoration: none;
    background-color: red;
    color: white;
}
