#tarot {
	position	: relative;
	width		: 400px;
	height		: 450px;
	margin		: 0px 0px 0px 0px;
}

#info {
	float	: right;
	top			: 110px;
	left		: 650px;
	position	: absolute;
	width		: 380px;
	height		: 450px;
	margin		: 0px 0px 0px 0px;
	overflow	: auto;
	scrollbar-base-color	  : #ffffff;
	scrollbar-face-color	  : #ffffff;
	scrollbar-track-color	  : #f5f5f5;
	scrollbar-arrow-color	  : #888888;
	scrollbar-shadow-color	  : #888888;
	scrollbar-highlight-color : #888888;
}

#indi1 {
	top			: 110px;
	left		: 470px;
	position	: absolute;
	width		: 300px;
	height		: 400px;
	margin		: 0px 0px 0px 0px;
}

#reading {
	top			: 0px;
	left		: 0px;
	position	: relative;
	margin		: 10px 10px 10px 10px;
}

.tarot_title {
	padding			: 5px 5px 5px 5px;
	margin			: 5px 5px 5px 0px;
	background-color: #ffffff;
	width			: 90%;
	border-style	: solid;
	border-width	: 1px 1px 1px 1px;
	border-color	: #0099FF;
	font-weight		: bold;
}
