



#container {
    padding-bottom: 20;
}

body{
    margin: 0px;
    margin-top: 150px;
    background-image: url('HeaderSilver.png');
    background-repeat: no-repeat;
    background-color: rgb(230,230,230);
    color: rgb(25,25,25);
}

#footer{
    color: rgb(150,150,150);
    font-style: italic;
    text-align: center;
    height: 20;
    position: fixed;
    bottom:0;
    width: 100%;
}

a{
    color: rgb(125,125,125);
    text-decoration: none;
}

a:visited{
    color: rgb(125,125,125);
}

a:hover{
    color:rgb(50,50,50);
}