
/*---------------------------------------------------------------------
Below: Overarching Rules
---------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	text-align: left;	
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}


.header1 {
	
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content1{
	background: url(https://www.mindmovies.com/mm20videoseries//images/vid4backgroundb.jpg) repeat-x;

	}



p.pfoot {
	font-size: 12px;
	line-height: 15px;
	color: #aaa;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

p.pfoot a:link, p.pfoot a:visited{
	color: #bbbbbb;
}

p.pfoot a:hover, p.pfoot a:active{
	color: #00099;
}

a.btn_add_to_cart {
	width: 500px;
	height: 132px;
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat -500px 0px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	display: block;	
}

a.btn_add_to_cart:hover {
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat 0px 0px;
}

a.btn_add_to_cart2 {
	width: 500px;
	height: 132px;
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat -500px 0px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	display: block;	
}
a.btn_add_to_cart2:hover {
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat 0px 0px;
}

a.btn_add_to_cart_top {
	width: 500px;
	height: 132px;
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat -500px 0px;
	margin: -30px 0px 0px 0px;
	padding: 0px;
	display: block;	
}
a.btn_add_to_cart_top:hover {
	background: url(https://www.mindmovies.com/special/images/btn_add_to_cart.png) no-repeat 0px 0px;
}

