body { background-color: #666666; font-family: Arial, Helvetica; }

div#content { margin-left: auto; margin-right: auto; width: 320px; }

div.card { background-image: url(index.png);
		   background-repeat: no-repeat;
		   text-align: center; 
		   margin-top: 100px;
		   padding-top: 100px;
		   width: 320px; 
		   height: 320px; }

a { color: black; text-decoration: none; }
a:active { color: black; }
a:visited { color: black; }
a:hover { color: #ffffff; }

