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



#store {

	width: 800px;
	height: 930px;
	background-image: url("/images/heartstras.gif");
	background-repeat:repeat;
	margin:10px auto 0 auto;
	position:relative;

}

/* bundles */

#bundle1 {
   background-image:url('/images/store/digOffer.jpg');
   height:200px;
   left:10px;
   position:absolute;
   top:315px;
   width:353px;
}

#bundle2 {
   background-image:url('/images/store/gameOffer.jpg');
   height:300px;
   left:368px;
   position:absolute;
   top:315px;
   width:422px;
}

#bundle3 {
   background-image:url('/images/store/cdOffer.jpg');
   height:400px;
   left:10px;
   position:absolute;
   top:520px;
   width:353px;
}

#bundle4 {
   background-image:url('/images/store/digAndOneOffer.jpg');
   height:300px;
   left:368px;
   position:absolute;
   top:620px;
   width:422px;
}

#bundle5 {
   background-image:url('/images/store/bedtimeOffer.jpg');
   height:300px;
   left:10px;
   position:absolute;
   top:10px;
   width:780px;
}

#buy {
	position:absolute;
	bottom:10px;
	right:10px;
	
}

#coley {
	position:absolute;
	bottom:34px;
	left:25px;
	
}

#guillotine {
	position:absolute;
	top:48px;
	left:16px;
	
}

#item {
	width: 225px;
	float: left;

}

.row {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}

.row img {
	float:left;	
	margin-left: 2px;
	margin-right: 6px;
	margin-bottom:10px;
	padding: 0px;
	
}

