
body { 	background-color: silver;
	font-family: "Arial", Times New Roman, Times, serif;
    	color: black;
	 }

#footer {
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        }


