/*
PATCHES FOR BACKGROUND
use these styles only when adding a demo button.

*/
	body {
		margin:0 auto;
		background: #21466c url('http://img.roxio.com/images/products/creator/2011/background-tile-fam-tall.gif') repeat-x top left !important;
		/*ORIG background: #21466c url('http://img.roxio.com/images/products/creator/2011/background-tile.gif') repeat-x top left !important;*/
	}
	/*	body.fambody-demo {
		margin:0 auto;
		background: #1b3959 url('http://img.roxio.com/images/products/creator/2011/background-tile-fam-tall-org.gif') repeat-x top left !important;
	}*/
	#wrapper-outer {
		background: url('http://img.roxio.com/images/products/creator/2011/background-family-tall.jpg') center 0 no-repeat;
		/*ORIG background: url('http://img.roxio.com/images/products/creator/2011/background-family.jpg') center -49px no-repeat;*/
	}
	/*	.fambody-demo #wrapper-outer {
			background: url('http://img.roxio.com/images/products/creator/2011/background-family-tall-org.jpg') center 0 no-repeat;
			/*this for organic page background
		}*/
	#container.container-family {
	background: url('http://img.roxio.com/images/products/creator/2011/banner-family.png') center 50px no-repeat;

	}
	#product-offer .burst-family {
		position: absolute;
		top: 392px; 
		/*ORIG top: 370*/
	}



/*DEMO BUTTON STYLES*/
	p.btn-gt{
		clear:both !important;
		display:block;
		width:166px;
		margin:0 auto;
		margin-top:10px;
		padding:0 !important;
		text-align:center !important;
	}

	.btn-gt a{
		display:block;
		background: url("http://img.roxio.com/images/products/creator/2011/btn-guided-tour.png") no-repeat 0 0 !important;							
		width:166px;
		height:35px;
	}
	.btn-gt a:hover{
		background: url("http://img.roxio.com/images/products/creator/2011/btn-guided-tour.png") 0 -41px no-repeat !important;							
	}	
	.btn-gt a span{
		display:none;
	}


