body {
	margin:20px 20px 20px 20px;
	width:784px;
	/*height:650px;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;*/
}

#bg {
	background-image:url("images/bg.png");
	position:absolute;
	/*float:right;*/
	left:430px;
	top:220px;
	z-index:10;
}

#pageHeader h1 {
	color:rgb(253,65,0);
	text-align:center;
}
#footer{
	color:rgb(253,65,0);
	text-align:center;
}

#content {
	width:460px;
}
#content p {
	color:rgb(100,100,100);
}

#openInItunesButton {
	height:33px;
	width:177px;
	margin-top:15px;
	background-image:url("images/button-open3.png");
	background-position: 0px 0px;
	
	position:absolute;
	left:590px;
	top:140px;

	z-index:100;
}

#openInItunesButton:hover {
	background-position: 0 -33px;
}

#openInItunesButton:active {
	background-position: 0 -66px;
}

