@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(../images/parchment.png);
	background-repeat: repeat-x;
}
#sale {
	text-align: center;
}



#image{
	display: block;
	text-align: center;
	height: 500px;
	width: 500px;	
	margin-right: auto;
	margin-left: auto;


}
#image a img {
	
	display: list-item;
	margin-right: auto;
	margin-left: auto;
}
