html {
    height:100%;
    background:#000000 url("logo.png") 50% 50% no-repeat;
	font-family:sans-serif;
}

a:link,
a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer {
    position:fixed;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    /*width:75%;*/
}