div#card_wrapper{
position:relative;
height: 205px;
}

div#card{
position: absolute;
bottom: 0;
right: 0;
}

div#card ul{
	width: 245px;
	list-style-type: none;
	margin: 0 auto;
	padding:53px 0 0 0;
}

div#card li{
	width: 35px;
	height: 33px;
	float: left;
	display: block;
	text-align: center;
	margin:0 0 2px 0;
	_margin: 0 0 1px 0;
	padding:0; 
}

div#card a:link,div#card a:hover,div#card a:visited{
	width: 35px;
	height: 33px;
	display: block;
	border: none;
	text-decoration: none;
}