@charset "utf-8";
/* CSS Document */

@import url(../css/actsList.css);

body
{
	background-image:url(../images/bg_actDetail.jpg);
}

.xflow
{
	display:block;
	height:400px;
	margin-left:30px;
	margin-top:-50px;
	width:775px;
}

.copy p
{
	clear:both;
	wisth:auto;
}

.copy
{
	background-position:left top;
	background-repeat:no-repeat;
	left:50px;
	position:absolute;
	top:390px;
	width:450px;
	
	padding-top:90px;
}

.tarot
{
	display:block;
	
	left:560px;
	position:absolute;
	top:400px;
	/*width:185px;
	height:312px;*/
	
	width:175px;
	height:300px;
	
	background-image:url(../images/tarot_cards.jpg);
}

.lustTitle
{
	background-image:url(../images/titles/lust.png);
}

.lustCard
{
	/*background-image:url(../images/tarot_cards/lust.png);*/
	
	background-position:0 0;
}

.deathTitle
{
	background-image:url(../images/titles/death.png);
}

.deathCard
{
	/*background-image:url(../images/tarot_cards/death.png);*/
	
	background-position:-175px 0;
}

.fireTitle
{
	background-image:url(../images/titles/fire.png);
}

.fireCard
{
	/*background-image:url(../images/tarot_cards/fire.png);*/
	
	background-position:-350px 0;
}

.sirenTitle
{
	background-image:url(../images/titles/siren.png);
}

.sirenCard
{
	/*background-image:url(../images/tarot_cards/siren.png);*/
	
	background-position:-525px 0;
}

.debonairTitle
{
	background-image:url(../images/titles/debonair.png);
}

.debonairCard
{
	/*background-image:url(../images/tarot_cards/debonair.png);*/
	
	background-position:-700px 0;
}

.skinTitle
{
	background-image:url(../images/titles/skin.png);
}

.skinCard
{
	/*background-image:url(../images/tarot_cards/skin.png);*/
	
	background-position:-875px 0;
}

.evilTitle
{
	background-image:url(../images/titles/evil.png);
}

.evilCard
{
	/*background-image:url(../images/tarot_cards/evil.png);*/
	
	background-position:-1050px 0;
}

.flightTitle
{
	background-image:url(../images/titles/flight.png);
}

.flightCard
{
	/*background-image:url(../images/tarot_cards/flight.png);*/
	
	background-position:-1225px 0;
}