body {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #141414;
	color: #ffffff;
	padding: 0;
	margin: 0;
	height: 100%;
}


.page {
	margin: 0px auto 40px auto;
	width: 740px;
	
	font-family: Georgia, 'Times New Roman';
	font-size: 14px;
	line-height: 24px;

}

.textColumn {
	float: left;
	width: 350px;
	margin-right: 64px;
	font-size: 18px;
	line-height: 26px;
}

.infoColumn {
	float: right;
	width: 306px;
	font-size: 14px;
	line-height: 18px;
}

.title {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 80px 10px 10px 10px;
}

.packshot {
	margin-bottom: 40px;
	padding: 3px;
	background-color: #ffffff;
}

.note {
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 40px;
}

.floatFix {
	clear: both;
}

.hr {
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0;
}

.hr hr {
	display: none;
}

a, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.buy { font-weight: bold; }
