@charset "utf-8";
/* CSS Document */
.content {
	background-image: url(images/clickbankoncaffeine_02.png);
	font-family: arial;
	color: #333;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bold-font {
	font-weight: bold;
}
.bold-centered {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: tahoma;
}
.headline-font {
	font-family: "arial black";
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

