#shop{
	width		: 600px;
	height		: 400px;
	border		: 1px solid #111111;
	line-height	: 130%;
	position	: absolute;
	top		: 50%;
	left		: 50%;
	margin		: -200px 0px 0px -300px;

}

h1 {
	text-align	:left;
	padding		:5px;
	font-size	:12px;
	font-weight	:normal;
};

h2 {
	text-align	:left;
	padding		:5px;
	font-size	:12px;
	font-weight	:normal;
}
a{
	color		: #000000;
	font-size	:12px;
}
#link img{
	border:0;
	margin:3px;
}