body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background:#000000;
	padding:0px;
	margin:0px;
}
#main {
	margin:auto;
	background:url(img/bg-rammstein.jpg) top center no-repeat;
	width:900px;
	padding:45px;
	padding-top:555px;
}
#main h1 {
	display:none;
}
.product-highlight {
	background:url(img/box-highlight.png) top center no-repeat;
	width:122px;
	height:191px;
	padding:5px;
	padding-top:20px;
	text-align:center;
	float:left;
}
.price {
	font-size:16px;
	font-weight:bold;
}
.product-highlight a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
.product-highlight a:hover {
	color:#a39061;
	text-decoration:underline;
}
.product-highlight p {
	margin:10px auto;
}
.physical-product {
	width:409px;
	padding:20px;
	float:left;
}
.physical-product a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
.physical-product a:hover {
	color:#a39061;
	text-decoration:underline;
}
