* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
}

#player {
	width: 200px;
	height: auto;	
	color: #FFF;
	margin-left: 900px;
	padding-top: 20px;	
}

#container {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 100px;
	width: 1080px;
	height: 819px;
}

#blackcherry {
	width: 430px;
	height: 100px;
	padding-top: 25px;
	margin-right: 330px;
	float: right;
}

#blackcherry a {
	display: block;
	width: 430px;
	height: 100px;
	border: none;
}

#blackcherry h1 {
	display: none;
}	

#tickets {
	width: 375px;
	height: 380px;
	padding-top: 383px;
	margin-left: 361px;
}

#tickets a {
	display: block;
	width: 375px;
	height: 380px;
	border: none;
}

#tickets h1 {
	display: none;
}	
