@charset "UTF-8";
/* CSS Document */

a:link {color:#000000}
a:visited {color:#000000}
a:link {text-decoration:none}

img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -500px;
  margin-left: -500px;
}

#link {
  position:fixed;
  bottom:0;
  left:0;
  width:<fixed px>;
  height:<fixed px>;
  font-size: 11px;
}

#donate {
	margin-top: 100px;
	width: 310px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	font-size:28px;
	font-style:italic;
	
}

#footer {
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

	