/* Fade Button Styles
   - You need these. */
.cta-button {
	display:block;
	width:126px;
	height:41px;
	background:url(call_to_action_sprite.jpg) no-repeat 0 -41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cta-button a {
	display:block;
	width:100%;
	height:100%;
	background:url(call_to_action_sprite.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
.cta-button a:hover {
}

.cta-button2 {
	display:block;
	width:169px;
	height:41px;
	background:url(call_to_action_sprite-character.jpg) no-repeat 0 -41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cta-button2 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite-character.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button2 a:hover {
}

.cta-button3 {
	display:block;
	width:128px;
	height:41px;
	background:url(call_to_action_sprite-novel.jpg) no-repeat 0 -41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cta-button3 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite-novel.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button3 a:hover {
}

.cta-button4 {
	display:block;
	width:128px;
	height:41px;
	background:url(call_to_action_sprite-script.jpg) no-repeat 0 -41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cta-button4 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite-script.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button4 a:hover {
}

.cta-button5 {
	display:block;
	width:120px;
	height:41px;
	background:url(call_to_action_sprite-press.jpg) no-repeat 0 -41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cta-button5 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite-press.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button5 a:hover {
}


#tapinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align: center;
}
#story-title {
	font-weight: bold;
}
