
#splash {	
	background-image:url(images/splash.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:642px;
	height:407px;
	margin:auto;
	
	text-align:right;
	font-size:18px;
	font-weight:bold;
}

#splash .inner {
	padding:40px;
}

#splash h2 {	
	font-weight:bold;
	font-size:22px;
	margin-top:2px;
	margin-bottom:10px;
}

#splash .readers {
	width:230px;
	margin-left:auto;
	padding-right:100px;
}

#splash .publishers{	
	margin-left:auto;
	margin-top:30px;
}

#splash strong, .ending strong, .ending em {
	color:#2f19ad;
}

#splash .more_info{	
	margin-left:auto;
	margin-top:157px;
}

.ending {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	
}

.ending input {
	background-image:url(images/button_bk.jpg);
	border:none;
	background-color:transparent;
	
	width:99px;
	height:35px;
}

table.btn {
	margin:auto;
	margin-top:20px;
}

table.btn td {
	text-align:center;
	vertical-align:middle;
	
	background-image:url(images/button_bk.jpg);
	
	width:99px;
	height:35px;
}

table.btn td a {
	color:black;
}