*	{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body, #flash {
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 10px;
	color: #000;
	font-family: arial, sans serif;
}

html {
	background: transparent;
}

body#page-shop {
	background: url(/images/shop/shopbg.jpg) center center no-repeat;
	background-attachment: fixed;
}

a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
}

#main-container {
	position: relative;
	width: 600px;
	height: 624px;
	margin: 0 auto;
}

#content-container {
	display: inline;
	float: left;
	width: 600px;
	height: 624px;
	border: 1px solid #FFF;
}

#home-link a {
	display: block;
	position: absolute;
	top: 26px;
	left: 50px;
	width: 95px;
	height: 85px;
}