@charset "utf-8";
/* CSS Document */

@import url(../css/actsList.css);

body
{
	background-image:url(../images/bg_acts.jpg);
}


.copy
{
	margin-top:30px;
	margin-left:50px;
}

.copy p
{
	color:#FDF1BC;
	float:left;
	font-size:12px;
	letter-spacing:0.5px;
	margin-right:20px;
	width:340px;
	word-spacing:1px;
}

.tarotCard
{
	height:300px;
	width:175px;
	display:block;
	position:absolute;
	
	background-repeat:no-repeat;
}

.row1
{
	top:107px;
}

.row2
{
	top:430px;
}

.col1
{
	left:45px;
}

.col2
{
	left:225px;
}

.col3
{
	left:405px;
}

.col4
{
	left:585px;
}

#lustTarot
{
	/*background-image:url(../images/tarot_cards/lust.png);
	width:181px;*/
	background-image:url(../images/tarot_cards.jpg);
	background-position:0 0;
}


#lustTarot:hover
{
	/*background-image:url(../images/tarot_cards/lust_hover.png);*/
	background-position:0 -300px;;
}

#deathTarot
{
	/*background-image:url(../images/tarot_cards/death.png);
	width:187px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-175px 0;
}

#deathTarot:hover
{
	/*background-image:url(../images/tarot_cards/death_hover.png);*/
	
	background-position:-175px -300px;
}

#fireTarot
{
	/*background-image:url(../images/tarot_cards/fire.png);
	width:181px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-350px 0;
}

#fireTarot:hover
{
	/*background-image:url(../images/tarot_cards/fire_hover.png);*/
	
	background-position:-350px -300px;
}

#sirenTarot
{
	/*background-image:url(../images/tarot_cards/siren.png);
	width:184px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-525px 0;
}

#sirenTarot:hover
{
	/*background-image:url(../images/tarot_cards/siren_hover.png);*/
	
	background-position:-525px -300px;
}

#debonflightTarot
{
	/*background-image:url(../images/tarot_cards/debonair.png);
	width:182px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-700px 0;
}


#debonflightTarot:hover
{
	/*background-image:url(../images/tarot_cards/debonair_hover.png);*/
	
	background-position:-700px -300px;
}

#skinTarot
{
	/*background-image:url(../images/tarot_cards/skin.png);
	width:184px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-875px 0;
}

#skinTarot:hover
{
	/*background-image:url(../images/tarot_cards/skin_hover.png);*/
	
	background-position:-875px -300px;
}

#evilTarot
{
	/*background-image:url(../images/tarot_cards/evil.png);
	width:181px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-1050px 0;
}

#evilTarot:hover
{
	/*background-image:url(../images/tarot_cards/evil_hover.png);*/
	
	background-position:-1050px -300px;
}

#flightTarot
{
	/*background-image:url(../images/tarot_cards/flight.png);
	width:184px;*/
	
	background-image:url(../images/tarot_cards.jpg);
	background-position:-1225px 0;
}

#flightTarot:hover
{
	/*background-image:url(../images/tarot_cards/flight_hover.png);*/
	
	background-position:-1225px -300px;
}