
#main{
    text-align:center;
    width:80%;
    height:100%;
    margin:0 auto;
    padding:0px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    background:  beige;
}
#title a{
    color: black;
}
body{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px
}
html{
    background-color: white;
}
header{
    background-color: #686868;
}
footer{
    position: absolute;
    bottom: 0px;
    width: 80%;
    background-color: #686868;
}
.ring{

    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background-color: lightgray;
    padding-top: 70px;
    height: 200px;
    width:200px;
}
.ring a{
    top:20%;
    left: 20%;
    color: black;
}